Support passwordless login with Passkeys

I enabled this on my forum and some people are confused about the “Sign in with passkey” button being shown on the registration popup even though it doesn’t actually let you register for a new account with a passkey, so that might be worth changing.

3 Likes

Ah yes, good point, we should not have this button on the registration screen. I’ll make that change.

3 Likes

This is now fixed @JonahAragon1 via FIX: only show passkeys button in login modal by pmusaraj · Pull Request #24351 · discourse/discourse · GitHub

Note also that the site setting has been renamed to enable_passkeys in this PR, noting this here for posterity, there shouldn’t be any changes for instances using the old name because the fix included a migration as well.

6 Likes

See Passwordless login using passkeys