Hi @Ankarin ,
Thank you for reaching out. We can definitely help you with integrating Kinde to authorize users of your Bubble.io app. Before diving in, could you clarify the following:
- Are you using a specific Kinde SDK (e.g., JavaScript, Node.js, etc.)? If so, which version?
- Are you looking for email/password login, social login, or both?
Here’s a general approach to integrating Kinde with Bubble.io:
- Create an app in the Kinde Dashboard.
- Obtain the necessary credentials like Client ID, Client Secret, and Kinde domain (e.g., yourapp.kinde.com).
- Redirect users to Kinde for login.
- Use the token endpoint to exchange the authorization code for access and refresh tokens.
- Retrieve user info from the User Info endpoint and store it in your app's database.
For detailed instructions, please refer to:
Kinde Developer DocumentationOAuth Integration GuideOnce you share more details, I can provide tailored guidance. Let me know