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 😊.
The local setup has in-memory nodejs database, for prototype work.
$ git clone https://github.com/tamdilip/webauthn-fido.git
$ cd webauthn-fido
$ npm run start
$ Hit http://localhost:3000/
Happy coding :) !!