https://github.com/tamdilip/webauthn-fido
A minimal app to demonstrate password less authentication leveraging native devices biometric options like Touch ID with WebAuthn following FIDO web standards.
https://github.com/tamdilip/webauthn-fido
fido fido2 fingerprint-authentication javascript nodejs passkeys passwordless-authentication webauthn
Last synced: 17 days ago
JSON representation
A minimal app to demonstrate password less authentication leveraging native devices biometric options like Touch ID with WebAuthn following FIDO web standards.
- Host: GitHub
- URL: https://github.com/tamdilip/webauthn-fido
- Owner: tamdilip
- Created: 2022-12-17T14:42:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T16:37:03.000Z (over 2 years ago)
- Last Synced: 2025-02-12T10:43:29.647Z (2 months ago)
- Topics: fido, fido2, fingerprint-authentication, javascript, nodejs, passkeys, passwordless-authentication, webauthn
- Language: HTML
- Homepage: https://webauthn-fido.onrender.com
- Size: 120 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔒 WebAuthn FIDO
[](https://webauthn-fido.onrender.com)
[](https://gitpod.io/#https://github.com/tamdilip/webauthn-fido)A minimal app to demonstrate password less authentication leveraging native devices biometric options like Touch ID with WebAuthn (Web Authentication API) following FIDO (Fast IDentity Online) web standards.
This app is purely built with native modules on both frontend and backend, no third-party dependencies were included 😊.
### Setup
The local setup has in-memory nodejs database, for prototype work.```sh
$ git clone https://github.com/tamdilip/webauthn-fido.git
$ cd webauthn-fido
$ npm run start
$ Hit http://localhost:3000/
```### Snapshots
**Happy coding :) !!**