Skip to content

An example Node.js Relying Party implementation of the WebAuthn specification

License

Notifications You must be signed in to change notification settings

google/webauthndemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e41ffe2 · Aug 28, 2024
Aug 28, 2024
Mar 7, 2022
Oct 25, 2021
Oct 26, 2021
Oct 13, 2021
Oct 13, 2021
Mar 7, 2022
Aug 21, 2024
Aug 21, 2024
Jan 15, 2023
Dec 20, 2021
Dec 20, 2021
Aug 27, 2024
Aug 27, 2024
Jan 15, 2023

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