Usernameless one button sign in #565
Replies: 1 comment 4 replies
-
That's a great question @Feuerhamster. I'd summarize this as a request for a "create or get" API method, and you're not alone in wanting something like this. Take a look at this long-standing issue in W3C's Web Authentication Working Group repo over on GitHub: Unfortunately there's no real solution here for what you want. The only real way to do this is to have one page with "Sign in with passkey" that calls |
Beta Was this translation helpful? Give feedback.
-
I want to implement passkeys as a way to log into my app.
The thing is, I want ONLY the passkey to log in. So no username, no email, nothing.
Just one button to click.
I did find discussions about usernameless login, but no exact instructions or examples on how to do it.
Additionally, I do not want separated login and registration flows. I want just one button for the user to click.
The code behind should figure out if a new account has to be registered or if there is already one to log in.
So the log in and registration flow is handled automatically and is from the users perspective pretty much the same.
How to do this?
Beta Was this translation helpful? Give feedback.
All reactions