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
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?3 Replies
I did fix this in the backend by checking if the link sent as a callbackURL is a deep link and creating a custom link deep link with the token, but I'm not sure if this is the recommended approach or a bug that I'm creating a temporary workaround for.

@Ping any thoughts here?
I'm not too familiar with Expo and how we handle it, I would assume that your approach sounds about right.
@bekacru