Expo Magic Link Deep Links Not Working As Expected
I'm not sure if I'm missing something, but after clicking the magic link in an expo app, the app deep links into the route provided in the
Is this a bug, or am I missing something?
await authClient.signIn.magicLink function, but the user isn't logged in automatically like on the web, nor do I see a way to manually verify the session because the token isn't a part of the callback URL (deep link). Is this a bug, or am I missing something?