Logging out of not only Kinde, but also the social provider (Google)
Next.js Build doesn't call getUser() from kinde
npm run build
. This causes my requests to fire, but not kinde's getKindeServerSession() or getUser() functions.
I'm trying to test my production build. I currently have Kinde set up to return a kinde object, which then sends a request to my backend to get the user object based on the kinde id....
How do I go back from "Check your inbox"?

Next.js - blocking error upon login when creating new organisations

Strange bug with logins using @kinde-oss/kinde-auth-pkce-js
POST /oauth2/token
was returning 400 Bad Request
with a Set-Cookie header. I wasn't able to get a response body out of Dev Tools/Inspect Element. I have a HAR saved if one of the Kinde team would like it, I can DM it to you ❤️.../api/login route cannot found on build (NUXT)

Using Kinde as IDP
Python SDK login issues with jwt iat validation.
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