Kinde + bubble.io
Hi guys, I need help with integrating, can we somehow authorise users of babble app with kinde ?
1 Reply
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:
1. Set Up Kinde:
- Create an app in the Kinde Dashboard.
- Obtain the necessary credentials like Client ID, Client Secret, and Kinde domain (e.g., yourapp.kinde.com).
2. Configure Bubble.io:
- Use the Bubble API Connector plugin to connect to Kinde’s OAuth 2.0 endpoints.
- Configure the following API calls:
a. Authorization: https://yourapp.kinde.com/oauth2/authorize
b. Token: https://yourapp.kinde.com/oauth2/token
c. User Info: https://yourapp.kinde.com/oauth2/userinfo
3. Set Up Authentication Workflows:
- 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 Documentation
OAuth Integration Guide
Once you share more details, I can provide tailored guidance. Let me know
Kinde Guides
Guide to OAuth 2.0 flows
Ready to learn how OAuth 2.0 flows work? Discover the key types of OAuth flows and how to pick the right flow for your app.