internetjohnny
KKinde
•Created by internetjohnny on 1/1/2024 in #💻┃support
Cannot login when doing local development on mobile device
I am doing local development, so I've added the following as my allowed callback URLs:
http://localhost:3000/api/auth/kinde_callback
http://192.168.8.167:3000/api/auth/kinde_callback (my macbook's local IP)
When I'm testing on desktop, I connect using localhost, and logging in with Kinde works perfectly.
However, when trying to login on mobile, I have to use my Macbook's local address, and it doesn't work properly. After login using Kinde's hosted UI, I get redirected to localhost, instead of the local IP (which doesnt show anything, of course)
Is there a way to address this issue? It seems like Kinde should know I came from the local IP, instead of localhost, and redirect me there.
5 replies
KKinde
•Created by internetjohnny on 12/23/2023 in #💻┃support
Dangerous Site Warning using custom subdomain
11 replies
KKinde
•Created by internetjohnny on 12/17/2023 in #💻┃support
Error ID_REQUIRED when calling POST /v1/user
9 replies
KKinde
•Created by internetjohnny on 12/17/2023 in #💻┃support
Difference between M2M API and Back-end API
I'm following the Kinde docs (https://kinde.com/api/docs/#kinde-management-api) to use the Management API, and the first step is to add a machine to machine application for API access.
I'm a bit confused: what is the difference between using using a m2m application for API access vs the existing one (Back-end web) I had already created for my NextJS app? Since it also provides me with the domain, client ID/secret.
8 replies
KKinde
•Created by internetjohnny on 12/16/2023 in #💻┃support
Updating a User: changing email address
5 replies
KKinde
•Created by internetjohnny on 12/16/2023 in #💻┃support
How to get Kinde user id after a User creates their account?
If I want to create a record in my own database once a user creates an account using Kinde, how do I approach this? I want this to happen after a user registers an account. Should I use the Management API? And if so, will I have to build my own Sign Up UI, instead of being able to use the UI that Kinde provides after clicking <RegisterLink />?
Thanks
6 replies