An open API service indexing awesome lists of open source software.

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...

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/)