WebAuthnDemo

March 7, 2022 ยท View on GitHub

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

Contents

  1. 1Install
  2. 2Build
  3. 3Start a local server