top | item 35910914

(no title)

CGamble26 | 2 years ago

This may be a dumb question but, why couldn’t applications just use Webauthn? Why add passwords?

discuss

order

vdelitz|2 years ago

The only reason probably if some accounts already have a password and you want to support it. If you're building a new app, I'd also go for WebAuthn / passkeys-only and use some other passwordless method (e.g. social login/OIDC or email magic links as fallbacks)

CGamble26|2 years ago

Ok understood, thank you very much!