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

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.

Awesome Lists containing this project

README

        

# 🔒 WebAuthn FIDO

[![Live demo](https://img.shields.io/badge/Render-Live%20demo-violet?style=flat-square&logo=render&logoColor=violet)](https://webauthn-fido.onrender.com)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](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
![login](https://user-images.githubusercontent.com/11086311/208306504-5361e9a6-a6ea-4d41-8c6f-57d4556ed7d6.png)

**Happy coding :) !!**