{"id":15550200,"url":"https://github.com/ngxson/softu2f-fprintd-docker","last_synced_at":"2025-07-10T00:35:35.376Z","repository":{"id":227671439,"uuid":"680200453","full_name":"ngxson/softu2f-fprintd-docker","owner":"ngxson","description":"Windows-Hello-like experience on Linux","archived":false,"fork":false,"pushed_at":"2023-08-18T15:30:03.000Z","size":2052,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-01T13:09:21.938Z","etag":null,"topics":["fido2","fprintd","libfprint","u2f","webauthn"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngxson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-18T15:30:00.000Z","updated_at":"2025-02-26T21:33:49.000Z","dependencies_parsed_at":"2024-03-14T16:15:54.005Z","dependency_job_id":"cffe5b64-1709-456b-a596-30abcfa27b8a","html_url":"https://github.com/ngxson/softu2f-fprintd-docker","commit_stats":null,"previous_names":["ngxson/softu2f-fprintd-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ngxson/softu2f-fprintd-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngxson%2Fsoftu2f-fprintd-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngxson%2Fsoftu2f-fprintd-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngxson%2Fsoftu2f-fprintd-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngxson%2Fsoftu2f-fprintd-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngxson","download_url":"https://codeload.github.com/ngxson/softu2f-fprintd-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngxson%2Fsoftu2f-fprintd-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264506245,"owners_count":23619002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fido2","fprintd","libfprint","u2f","webauthn"],"created_at":"2024-10-02T13:52:43.839Z","updated_at":"2025-07-10T00:35:35.349Z","avatar_url":"https://github.com/ngxson.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoftU2F with fingerprint\n\nThis project aims to support U2F / FIDO2 using fingerprint reader on Linux (via libfprint). The goal is to have the same user experience with 2FA using Windows Hello.\n\nThis project is based on https://github.com/danstiner/rust-u2f with minor modification (see my fork: https://github.com/ngxson/rust-u2f-pkexec)\n\n## Requirements\n\n1. The command `fprintd-verify` works on your computer\n2. Dbus (GNOME, KDE,...)\n3. `uhid` support (verify using `ls -la /dev/uhid`)\n4. Docker and docker compose installed\n\n## Install\n\nMake a new `docker-compose.yml` file:\n\n```yml\nversion: '3'\nservices:\n  softu2f-fprintd:\n    image: ngxson/softu2f-fprintd-docker\n    container_name: softu2f-fprintd\n    network_mode: host  # fix for \"unix:abstract\" dbus socket\n    restart: unless-stopped\n    environment:\n      - USER\n      - XDG_RUNTIME_DIR\n      - DBUS_SESSION_BUS_ADDRESS\n      - HOME=/data\n    volumes:\n      - softu2f-fprintd-volume:/data\n      - /run/user:/run/user\n      - /var/run/dbus:/var/run/dbus\n      - /var/lib/fprint/:/var/lib/fprint/:ro\n    devices:\n      - /dev/uhid\nvolumes:\n  softu2f-fprintd-volume:\n```\n\nThen, run it using:\n\n```bash\ndocker compose up -d\n```\n\n⚠️ Do NOT run it using `sudo`. If you get permission denied, follow post-installation step of Docker: https://docs.docker.com/engine/install/linux-postinstall/\n\nFinally, go to https://webauthn.io/ to test it out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngxson%2Fsoftu2f-fprintd-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngxson%2Fsoftu2f-fprintd-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngxson%2Fsoftu2f-fprintd-docker/lists"}