https://github.com/akanass/webauthn
Fido2 Relying Party - WebAuthn protocol is integrated for usernameless/passwordless authentication
https://github.com/akanass/webauthn
fido-u2f fido2 passwordless passwordless-authentication webauthn webauthn-rp webauthn-support
Last synced: 5 days ago
JSON representation
Fido2 Relying Party - WebAuthn protocol is integrated for usernameless/passwordless authentication
- Host: GitHub
- URL: https://github.com/akanass/webauthn
- Owner: akanass
- License: mit
- Created: 2020-12-03T23:27:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T21:36:28.000Z (about 5 years ago)
- Last Synced: 2025-10-08T19:57:39.098Z (10 months ago)
- Topics: fido-u2f, fido2, passwordless, passwordless-authentication, webauthn, webauthn-rp, webauthn-support
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run build
$ yarn run start:prod
```