{"id":13703254,"url":"https://github.com/bodik/soft-webauthn","last_synced_at":"2026-01-14T08:23:31.227Z","repository":{"id":44035582,"uuid":"194344434","full_name":"bodik/soft-webauthn","owner":"bodik","description":"Python software webauthn token","archived":false,"fork":false,"pushed_at":"2023-06-09T19:59:22.000Z","size":35,"stargazers_count":54,"open_issues_count":8,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-11T22:48:04.282Z","etag":null,"topics":["authentication","fido2","python","webauthn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodik.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-28T23:35:55.000Z","updated_at":"2025-12-16T02:20:08.000Z","dependencies_parsed_at":"2024-04-03T00:41:17.619Z","dependency_job_id":"d9a640f6-93fd-4657-8e87-cd24a3d8a160","html_url":"https://github.com/bodik/soft-webauthn","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":0.0625,"last_synced_commit":"ff1c9096d7165ca54317be3785773de139f65438"},"previous_names":["bodik/soft_webauthn"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/bodik/soft-webauthn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodik%2Fsoft-webauthn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodik%2Fsoft-webauthn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodik%2Fsoft-webauthn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodik%2Fsoft-webauthn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodik","download_url":"https://codeload.github.com/bodik/soft-webauthn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodik%2Fsoft-webauthn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["authentication","fido2","python","webauthn"],"created_at":"2024-08-02T21:00:52.508Z","updated_at":"2026-01-14T08:23:31.206Z","avatar_url":"https://github.com/bodik.png","language":"Python","funding_links":[],"categories":["Software Authenticators","Library"],"sub_categories":[],"readme":"# Python software webauthn token\n\n[![Build Status](https://travis-ci.org/bodik/soft-webauthn.svg?branch=master)](https://travis-ci.org/bodik/soft-webauthn)\n\nPackage is used for testing webauthn enabled web applications. The use-case is\nauthenticator and browser emulation during web application development\ncontinuous integration.\n\n`SoftWebauthnDevice` class interface exports basic navigator interface used for\nwebauthn features:\n\n* `SoftWebauthnDevice.create(...)` aka `navigator.credentials.create(...)`\n* `SoftWebauthnDevice.get(...)` aka `navigator.credentials.get(...)`\n\nTo support authentication tests without prior registration/attestation, the\nclass exports additional functions:\n\n* `SoftWebauthnDevice.cred_init(rp_id, user_handle)`\n* `SoftWebauthnDevice.cred_as_attested()`\n\nThere is no standard/specification for *Client* (browser) to *Relying party*\n(web application) communication. Therefore the class should be be used in a web\napplication test suite along with other code handling webapp specific tasks\nsuch as conveying *CredentialCreationOptions* from webapp and\n*PublicKeyCredential* back to the webapp.\n\nThe example usage can be found in `tests/test_interop.py` (Token/Client vs RP\nAPI) and `tests/test_example.py` (Token/Client vs RP HTTP). Despite internal\nusage of `yubico/python-fido2` package, the project should be usable againts\nother RP implementations as well.\n\n## References\n\n* https://w3c.github.io/webauthn\n* https://webauthn.guide/\n* https://github.com/Yubico/python-fido2\n\n## Development\n\n```\ngit clone https://github.com/bodik/soft-webauthn\ncd soft-webauthn\nln -s ../../git_hookprecommit.sh .git/hooks/pre-commit\n\n# OPTIONAL, create and activate virtualenv\nmake venv\n. venv/bin/activate\n\n# install dependencies\nmake install-deps\n\n# profit\nmake lint\nmake test\nmake coverage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodik%2Fsoft-webauthn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodik%2Fsoft-webauthn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodik%2Fsoft-webauthn/lists"}