Authentication is a difficult topic especially when dealing with biometric auth and passkeys. That is until now. In this video I will explain how you can use webauthn APIs to easily create fingerprint, biometric, and passkey based authentication without needing to pay for any third party providers.
📚 Materials/References:
GitHub Code: https://github.com/WebDevSimplified/w...
Authentication Playlist: • Web App Security/Authentication
How Auth Works Video: • Auth Does NOT Have To Be Hard
What Is JWT Video: • What Is JWT and Why Should You Use JWT
Node.js Auth Tutorial Video: • Build Node.js User Authentication - P...
🌎 Find Me Here:
My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: / webdevsimplified
Twitter: / devsimplified
Discord: / discord
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00 - Introduction
00:40 - Starting Code Explanation
02:00 - Basic Browser Functions
14:55 - Registration Client Setup
22:15 - Registration Server Setup
35:50 - Login Client Setup
37:38 - Login Server Setup
#Webauthn #WDS #JavaScript