Magic link on mobile app
I easily implemented magic link authentication on the web app, and I'm trying to do the same in the mobile app (with Expo integration), but the callbackURL is not working and it never redirects me to my app, what should I do to handle this?
3 Replies
@bekacru is it possible to get magic link working on mobile? 🙏
@Bart ⚡ Have to tried this
https://docs.expo.dev/linking/into-your-app/
Expo Documentation
Linking into your app
Learn how to handle an incoming URL in your React Native and Expo app by creating a deep link.
Yes, but I think there are changes that need to be done on the better Auth side 😉