I’m working in an app that primarily uses Magic Login Links as the auth method. Most users don’t have passwords set.
Any thoughts on how to orchestrate that here? I tried the Signup/Login with Web Browser approach but the URL generated for magic logins isn’t getting captured to redirect back to the native app.
I think this is something that we either have to wait to be implemented on Bubble side or wait for plugins. On iOS this can be down either with Universal Links or a certain URL Schema, but both need to be configured in the app package which we can’t yet do.
Had another thought a few hours later - didn’t work but wanted to share in case it inspires anything else.
The theory was that if I’m already authenticated on the browser on the mobile device, that the Sign In With Web Browser would just pick up that existing authentication and redirect back, all signed in.
So I logged in on my mobile browser (Safari) then triggered the Sign in with Web Browser from the BubbleGo app. No luck - it stayed on the login page rather than picking up the auth I’d had in the mobile browser.
One other thing I did notice: When I copy and paste the URL that the BubbleGo app opens up to (containing the on_login URL param) into the other Safari window where I am already authenticated, then my session appears to actually end - I get logged out of that window too.