Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://github.com/google/webauthndemo

authentication authentication-backend example google-appengine relying-party security webauthn webauthn-library

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# WebAuthnDemo

An example TypeScript Relying Party implementation of the [WebAuthn
specification](https://w3c.github.io/webauthn/).

## Install

Checkout the repository, then install.

```sh
$ npm install
```

## Build

Bulid the project.

```sh
$ npm run build
```

## Start a local server

Run the Firestore emulator:

```sh
$ npm run emulator
```

Run the server:

```sh
$ npm run dev
```