Sign-in button capabilities like in Googles Demo #579
BananaAcid
started this conversation in
General
Replies: 1 comment
-
There's a couple sections in the docs that might help shed some light on how to pull off an experience like the one on Google's demo site:
Take a look at those and let me know if that helps shed some light on this. tl;dr: Make sure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
I try to implement a sign-in button like on Google's Passkey Demo
Is my conclusion actually correct ?
Documentation
An info in the Readme.md about this being possible or not would be great.
Additional context
The example's code for route "/generate-authentication-options" it states "You need to know the user by this point" index.ts#L221-L222
Same for the "/verify-authentication" route.
... for me, the purpose using sign-in with passkeys is, not having the user logged in by that point ;)
Beta Was this translation helpful? Give feedback.
All reactions