DanielPuleio
KKinde
•Created by DanielPuleio on 1/8/2025 in #💻┃support
Kinde creates 2 identities when I try to signup an existing email using Google social connection
I first signup a user by manually inputting email + password, the user identity is created in Kinde. I then go signup again using google social connection and instead of recognizing it's an existing email and prompting for Kinde password, it instead creates a 2nd Kinde user identity with a separate kpId.. I would expect Kinde to not allow 2 identities with the same email. Is this a bug?
6 replies
KKinde
•Created by DanielPuleio on 12/5/2024 in #💻┃support
Verifying JWT provided by Kinde with PKCE extension
We are implementing kinde-auth-pkce-js in the front-end of our react application. We are able to login() with Kinde from client side and get hold of the JWT provided by Kinde by using
await kindeClient.getToken()
.
How do we verify the Kinde JWT, on the server, when the JWT is originally obtained client side via pkce?
The docs say we need code_verifier
, code_challenge
and code_challenge_method
and we don't know where to obtain these values, server side2 replies
KKinde
•Created by DanielPuleio on 12/4/2024 in #💻┃support
Kinde returning Invalid callback URL, even though the URL is in our allowed list
After logging in, a request is made to Kinde for callback- GET https://<our_kinde_domain>/oauth2/auth?redirect_uri=http%3A%2F%2Flocalhost%3A5173%2F%23%2Fauth%2Fcallback
We get redirected to a Kinde error page that states the following
"""Looks like the allowed callback URLs in your Kinde application don’t include the one below
You provided
http://localhost:5173/#/auth/callback"""
However, we have added http://localhost:5173/#/auth/callback to our allowed callback urls for our Kinde application; we suspect Kinde is not allowing '#' in the callback URL.
2 replies