musagenius345 / webauthndemo

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

Home Page:https://try-webauthn.appspot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://try-webauthn.appspot.com

License:Apache License 2.0


Languages

Language:TypeScript 81.5%Language:HTML 9.5%Language:JavaScript 5.6%Language:SCSS 3.4%