Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/google/webauthndemo
- Owner: google
- License: apache-2.0
- Created: 2017-06-09T17:49:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T06:58:54.000Z (4 months ago)
- Last Synced: 2024-08-29T04:03:13.494Z (4 months ago)
- Topics: authentication, authentication-backend, example, google-appengine, relying-party, security, webauthn, webauthn-library
- Language: TypeScript
- Homepage: https://try-webauthn.appspot.com
- Size: 3.11 MB
- Stars: 555
- Watchers: 36
- Forks: 122
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webauthn - Google: WebAuthn Demo - An example Java Relying Party implementation of the WebAuthn specification [https://webauthndemo.appspot.com](https://webauthndemo.appspot.com). (Demos)
- awesome-fido2 - Github
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
```