Hey ,
I’m planning to embed a web app built using AI into Bubble.io, and I have a question about the authentication flow. How can we share or use the same authentication system across both?
Hey ,
I’m planning to embed a web app built using AI into Bubble.io, and I have a question about the authentication flow. How can we share or use the same authentication system across both?
You can authenticate with a session token.
Set up login and signup endpoints and use the sign-in and signup actions. This will return a token you can use to authenticate.
It doesn’t work well on iOS if both apps are not on the same domain.