Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: WebAuthn
Webauthn – Passwordless Registration/Login flows

Webauthn (5 Part Series) 1 Webauthn – Introduction to passwordless authentication 2 Webauthn – Registration 3 Webauthn – Server side libraries 4 Webauthn – What if I loose my device? 5 Webauthn – Passwordless Registration/Login flows I went in some particulars concerning the webauthn protocol so as to obtain passwordless authentication. IMHO, the most typical…
Webauthn – What if I unfastened my machine?

Webauthn (4 Part Series) 1 Webauthn – Introduction to passwordless authentication 2 Webauthn – Registration 3 Webauthn – Server side libraries 4 Webauthn – What if I loose my device? If you do not know what webauthn is about, it is principally a passwordless to “login”. I invite you to start out studying the primary…
Webauthn – Registration

Webauthn (2 Part Series) 1 Webauthn – Introduction to passwordless authentication 2 Webauthn – Registration The Webauthn seems easy on the floor, however the extra you dig into it, the extra its complexity will shock you. With out additional ado, let’s dig into the code. It is written so to merely open the browser dev…
Say goodbye to passwords: WebAuthn, the foundations – Developer

Say goodbye to passwords: WebAuthn, the foundations Right here is the primary article of a serie devoted to understanding and implementing Web Authentication API (WebAuthn) in a demo utility. The Web Authentication API (also called WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others….
Password-less authentication in NextJS application with WebAuthn and NextAuth – Learn from Tutorial

Password-less authentication in NextJS application with WebAuthn and NextAuth This tutorial explains step by step how to implement passwordless authentication with Email link and WebAuthn using NextAuth library in a NextJS application. The user will be able to sign in with Email link or WebAuthn. The latter login method will be available to him after…
How to support Apple iCloud Passkeys with WebAuthn on iOS 15 and macOS Monterey – Part 2 – Developers Feed

How to support Apple iCloud Passkeys with WebAuthn on iOS 15 and macOS Monterey – Part 2 In this second part of our Passkeys series, we will be modifying Apple’s Shiny iOS app to make use of the same Passkeys (aka WebAuthn credentials) that we created with our web app from part one. So far…