An example Node.js Relying Party implementation of the WebAuthn specification
Last updated Jul 9, 2026
632
Stars
130
Forks
7
Issues
+1
Stars/day
Attention Score
91
Topics
Language breakdown
TypeScript 80.5%
HTML 10.7%
JavaScript 5.4%
SCSS 3.3%
โธ Files
click to expand
README
WebAuthnDemo
An example TypeScript Relying Party implementation of the WebAuthn specification.
Install
Checkout the repository, then install.
$ npm install
Build
Bulid the project.
$ npm run build
Start a local server
Run the Firestore emulator:
$ npm run emulator
Run the server:
$ npm run dev๐ More in this category