I’m new to Bubble and doing integration with a custom OAuth provider.
- I used the API connector and the action “Signup/Login with a social network”.
- I can see a new user is created after the successful login.
At the moment, I’m facing 2 issues with this integration
-
Use logged out if a refresh the page. I printed the current user’s email address on the page, and the email address is empty if a refresh the page.
-
What is the approach if I want to add additional attributes with the user model (like first name, last name, role, etc). Should I call an additional API to the OAuth provider to fetch it and update the current user?
Here is the demo version of the app with just login feature only