Songkeys
Explore posts from serversBABetter Auth
•Created by Songkeys on 3/24/2025 in #help
passkey plugin's endpoint `generate-register-options` gives me 401
All I can think is to register the user with a default generated passwordif you don't want the generated email but user provided one, that's the only way i think
9 replies
BABetter Auth
•Created by Songkeys on 3/24/2025 in #help
passkey plugin's endpoint `generate-register-options` gives me 401
thank you. i'm currently register a annoymous user first for the current user, then the user can add passkey themself. works pretty well. is there any pitfall here?
9 replies
BABetter Auth
•Created by Songkeys on 3/24/2025 in #help
passkey plugin's endpoint `generate-register-options` gives me 401
wait... i think i know what's wrong.
To add or register a passkey make sure a user is authenticated and then call the passkey.addPasskey function provided by the client.so the user have to setup an account first then add passkey? is there a way to register with a passkey?
9 replies
A guide for js library maintainer
Thank you! I also assumed that starting with Node and then adding Deno support is a better approach. I'm a bit concerned this might impact the Deno ecosystem, as I mentioned, but I suppose people will have to go this route for now.
By the way, do you have any recommended example repositories that demonstrate how this dual or multiple runtime support is implemented? Appreciate it!
8 replies