Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilya-begalko/web-biometrics-demo
Integrate Fingerprint and Face ID Authentication into Your Angular App with WebAuthn
https://github.com/ilya-begalko/web-biometrics-demo
angular frontend html ts
Last synced: about 2 months ago
JSON representation
Integrate Fingerprint and Face ID Authentication into Your Angular App with WebAuthn
- Host: GitHub
- URL: https://github.com/ilya-begalko/web-biometrics-demo
- Owner: Ilya-Begalko
- Created: 2024-09-13T15:42:59.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:50:26.000Z (4 months ago)
- Last Synced: 2024-10-17T02:04:58.774Z (3 months ago)
- Topics: angular, frontend, html, ts
- Language: TypeScript
- Homepage: https://faceidintegrate.netlify.app/
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebBiometricsDemo
In this project, I looked at integrating biometric authentication with Angular using WebAuthn.
We covered the basics, from understanding key WebAuthn objects like PublicKeyCredentialCreationOptions and PublicKeyCredentialRequestOptions
to configuring Angular services and UI components for a seamless sign-up and sign-in process.Using biometric authentication not only improves security, it also simplifies the user experience,
paving the way for a future where signing in is as easy as scanning your fingerprint or quickly recognizing your face.
By integrating these features into your Angular apps, you’ll contribute to a more secure and user-friendly web. Happy coding!