Passkeys
Resources
https://web.dev/passkey-registration/
https://web.dev/security-credential-management/
Source:
-
https://philna.sh/blog/2022/12/07/better-two-factor-authentication-experiences-with-web-otp/
-
Presentation by Phil Nash: The state of passwordless auth on the web
Passwordless for Devs, owned by Bitwarden now ✅ https://www.passwordless.dev/
MDN: Web Authentication API - in depth https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API
Ruby (Maiami):
slides - https://speakerdeck.com/brauliomartinezlm/go-passwordless-with-webauthn-in-ruby - with demo rails code ruby lib https://github.com/cedarcode/webauthn-ruby demo WebAuthn rails app https://webauthn.cedarcode.com/session/new and the code https://github.com/cedarcode/webauthn-rails-demo-app demo WebAuthn 2FA app https://webauthn-2fa.cedarcode.com/session/new and the code https://github.com/cedarcode/webauthn-2fa-rails-demo
Leave a comment