Access to user data
Subdomain Authentication
Verifying JWT provided by Kinde with PKCE extension
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 side...React Native - expo
How to get `post_login_redirect_url` to work
post_login_redirect_url
which is only mentioned in the Nextjs SDK docs.
Unfortunately it did not add the search param to the kinde login URL 😦
Then we’ve got the other thing: how to get that URL back in my /callback
endpoint?...
Kinde returning Invalid callback URL, even though the URL is in our allowed list
Login UX improvement
Error 500 with AuthProvider
XHRGET http://localhost:3000/api/auth/setup [HTTP/1.1 500 Internal Server Error 133ms]
...Register / sign up flow: Is it possible to have admin accept pending registrations?
Dynamic Redirect on SvelteKit Multi-tenant App
Documentation on Kinde with Retool
Migrating out of Kinde connection for social auth
Discord cancelled auth shows error

Discord OAuth does not provide the user's name
MFA token takes long time to receive
user schema for database connection with Kinde
Is there a way to view last signed in on Kinde User dashboard?

502 Bad Gateway on POST /oauth2/token endpoint
https://collectivecore.kinde.com/oauth2/token?client_id=<valid_client_id>&client_secret=<valid_client_secret>&grant_type=authorization_code&redirect_uri=http://localhost:3000&code=<valid_code_from_callback>
I am not sure what I am doing wrong here....Typescript jwt payload type?

Given a low enough ID token expiry, is it safe to store it in the browser (localstorage/cookies)?