Replies: 2 comments
-
I see now that the SvelteKit adapter is what's doing the So I'm guessing I just need to do something more like in @simplewebauthn/browser ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also: I'm able to use |
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
-
I'm trying to get Passkeys implemented in #8808 to work with SvelteKit and the UpstashRedisAdapter.
I currently have a working implementation with Email / GitHub login, and thought I could add like the others:
On the client side when I do:
The browser tries to load
http://localhost:5173/auth/signin/passkey
via a POST, but that 404s.I see from the above PR that the
signIn
method is not the one I'm using:When I try to convert to the one in the pr:
I'm unable to get that to install and it seems like
@auth/sveltekit/client
is the correct one for my setup.On button press this is the function that gets called:
Can anyone see something to help?
Beta Was this translation helpful? Give feedback.
All reactions