Jici
15
So you are not using the correct auth. The authenticate with user-agent flow will create a user. When you log in with a user, this use the current user logged in credentials. If you want to use two specific gmail account, you need to use JWT auth (service account) instead.
You can continue to use the oauth2 authorization_code flow if you want, but you need to do this manually and not user Bubble auth
1 Like