Using 3rd party oauth to login with my bubble app

i have my own login app with is not build with bubble. I want to make my bubble app to be able to use my login app credentials to login with my bubble app. is that possible?

1 Like

Hello!

This is absolutely possible! As long as your login app exposes the appropriate OAuth mechanisms Bubble should be able to use it as an authentication method. Here’s our manual’s section on external logins and Oauth.

In order to set your app up as a login option you’ll need to set it up in the API connector using the OAuth2 User-Agent Flow authentication method or build a plugin of your own.

Hope this helps!

how about OAuth 1? is that possible?

This topic was automatically closed after 70 days. New replies are no longer allowed.