Home
Softono

Webauthndemo

Open source Apache-2.0 TypeScript
632
Stars
130
Forks
6
Issues
35
Watchers
2 months
Last Commit

 About Webauthndemo

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

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Webauthndemo?

We provide expert installation service for this software. Our team will install, configure, and secure Webauthndemo on your server. plans start at just $30.

Webauthndemo

View on GitHub

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