GitPedia

Webauthndemo

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

From google·Updated June 17, 2026·View on GitHub·

An example TypeScript Relying Party implementation of the [WebAuthn specification](https://w3c.github.io/webauthn/). The project is written primarily in TypeScript, distributed under the Apache License 2.0 license, first published in 2017. Key topics include: authentication, authentication-backend, example, google-appengine, relying-party.

WebAuthnDemo

An example TypeScript Relying Party implementation of the WebAuthn
specification
.

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

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from google/webauthndemo via the GitHub API.Last fetched: 6/26/2026