Login with MagicLink on multiple native apps (on mobile) + web apps (on laptop)
Plugins related
- I have multiple web-apps (accessible in browser at app1.domain.com, app2.domain.com) and the corresponding Capacitor-based "native/hybrid apps" (downloadable on the AppStore) - those apps must use the same BetterAuth instance, hosted at api.domain.com (and the users are shared)
I want the MagicLink (or forgot password) flows to work BOTH on web and native app, with "Universal Link/deeplink" so that when I click on an email on my phone, it opens directly on the Capacitor app, and when I click on the link in an email on my laptop, it opens in a normal browser
Is this suited for github? Yes, this is suited for github Is your feature request related to a problem? Please describe. I described the issue more generally in this repo daveyplate/better-auth-cap...