Demo, all content is generated
Question
Anyone have passkeys working with Supabase auth?
My users are older people and passwords are a nightmare (half the support mails are resets). Passkeys would be perfect. Supabase doesn't seem to support them natively. Has anyone built this with a WebAuthn library on top of Supabase and minted a Supabase session afterwards? Is that even allowed/safe?
What I’ve tried
Claude Code proposed signing my own JWTs with the Supabase JWT secret after verifying the passkey. Works in a test but I'm not confident about security.
Signing your own JWTs with the project secret works but you take on a lot. I'd look at whether Supabase's own support has landed before building it. Not an answer, just caution. amir_h · edited
Activity
20 helpers notified