How to Get and Delete Users in Kinde Using a Backend Web Application (Next.js + Kinde Provider)
Empty response when requesting for token with 200 status

Refresh token parsing error with Java SDK
java.text.ParseException: Invalid serialized unsecured/JWS/JWE object: Missing second delimiter
java.text.ParseException: Invalid serialized unsecured/JWS/JWE object: Missing second delimiter
URGENT - Next.js - crashing middleware because JWKS can't be fetch

Intermittent Next.js Auth Errors: "No response returned", "State not found", "Refresh failed"
MFA - We need users to be able to select other MFA methods after they have opted into MFA
KindeProvider in react version 5.0.x cannot be imported
Revok acceess
How to verify the location of an environment / switch it?
New Nuxt /api/access endpoint causing issues
@nuxtjs/kinde package from 0.1.11 to 0.2. All of a sudden all of my routes were failing as they were trying to access /api/access which I'd never seen before and isn't one of my routes. I eventually found the route in the source code of your Nuxt SDK.
Also, unlike the other endpoints I can't see any documentation on this new endpoint.
Now in my setup I have a global catch-all [..].ts file which I use as a proxy between Nuxt and my .NET API. It's job is basically to take the user's request pointing to my Nuxt server and via a Nitro proxy redirect it to my .NET API and add the Kinde bearer token to the header....Kinde Webhooks not being sent
Development environment question
Random error when trying to authenticate - ExpressJS backend with DynamoDBStore + React frontend
Mac Application
Kinde Billing for non-recurring payments
API to rotate client secrets for an M2M app
Kinde Management API is_auto_membership_enabled
Sign in after organisation selection
Roles not added in .NET claims - ID Token
Kinde in Cloudflare Pages Function Middleware
const clerkClient = createClerkClient({secretKey, publishableKey});
const {isSignedIn} = await clerkClient.authenticateRequest(context.request, {jwtKey});
if (!isSignedIn) // ...redirect to auth provider...