Top 6 JavaScript Webauthn Projects
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
authcompanion2
An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication
Project mention: Passkey Implementation: Misconceptions, pitfalls and unknown unknowns | news.ycombinator.com | 2024-05-02I have a nodejs passkey implementation over at AuthC https://github.com/authcompanion/authcompanion2 a simple user management server. For javascript developers https://github.com/MasterKale/SimpleWebAuthn has been a good way to get started with a poc before venturing deeper into webauthn (passkeys) spec.
-
-
example-passkeys-react
This is a sample repository of a React app that offers passkey authentication.
-
react-boilerplate-vv
:fire: A highly scalable React user authentication boilerplate (starter kit) for developers with security integrations like Webuauthn, FIDO2, and certified for OpenID Connect (OIDC), powered by Vault Vision's FastAuth.
-
The starter code can be found here, and the source repository is here too. Download the starter code, and open up a terminal in the project repository. Then, run npm i to install the project’s dependencies and npm start to start a local dev server. The frontend is available on http://localhost:3000/
JavaScript Webauthn discussion
JavaScript Webauthn related posts
Index
What are some of the best open-source Webauthn projects in JavaScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | cookbook | 461 |
2 | authcompanion2 | 83 |
3 | WebDevAuthn | 28 |
4 | example-passkeys-react | 21 |
5 | react-boilerplate-vv | 8 |
6 | webauthn-node | 2 |