https://github.com/piraces/passwordless
Repository to test concepts around "Passwordless" movement with FIDO2, Passkeys and others...
https://github.com/piraces/passwordless
authentication fido2 passkeys passwordless passwordless-authentication
Last synced: 12 months ago
JSON representation
Repository to test concepts around "Passwordless" movement with FIDO2, Passkeys and others...
- Host: GitHub
- URL: https://github.com/piraces/passwordless
- Owner: piraces
- License: mit
- Created: 2023-11-20T09:02:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T16:51:49.000Z (over 2 years ago)
- Last Synced: 2025-02-25T20:43:26.984Z (over 1 year ago)
- Topics: authentication, fido2, passkeys, passwordless, passwordless-authentication
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Passwordless
Repository to test concepts around "Passwordless" movement with FIDO2, Passkeys and others...
# Understanding Passwordless in depth
See [this repo Wiki](https://github.com/piraces/passwordless/wiki) for more documentation, concepts, resources and others about the "Passwordless" movement.
# Samples
- [Python Sample w/ py_webauthn](python/README.md)
- [NodeJS Sample w/ SimpleWebAuthn libs](node/README.md)
## References
- [WebAuthn](https://www.w3.org/TR/webauthn/)
- [WebAuthn - Yubico Developers](https://developers.yubico.com/WebAuthn/)
- [WebAuthn Guide](https://webauthn.guide/)
- [WebAuthn.io](https://webauthn.io/)
- [WebAuthn.me - Auth0](https://webauthn.me/)
- [py_webauthn](https://github.com/duo-labs/py_webauthn)
- [SimpleWebAuthn](https://simplewebauthn.dev/)