Can you have one central app that handles all logins and signups, and then get data from the user that currently logged in on that app in another app? Kind of like an oauth system between Bubble apps.
1 Like
Update: I figured out how to do it… That’s very useful!
How did you do that?
In the API section of the app you have the login system/database on, you can enable the 3rd party OAuth thing. After that, you can go to the other app (which you want to “implement” the login system in), install the app connector plugin (not api connector, app connector) and then connect it to the app from there. After that, you can just add a button to your app that “Logs in with social network” and the option will be there.
1 Like