Passkeys in Phoenix using SimpleWebAuthn

Dive into the world of passwordless authentication as we explore implementing Passkeys in a Phoenix Elixir app using SimpleWebAuthn. Learn how to handle registration and authentication flows, including the crucial process of encoding and decoding public credential keys between TypeScript and Elixir.…