Allow user to delete their account (nextjs)
help with Google Auth concent screen.

Create Company during Register
Help Needed: Authentication strategy for authenticating access to a backend express API from NextJs
kinde-token
cookie to another cookie that is accessible via any of our subdomains.
Does anyone have any suggestions on how we can make this work in a less scuffed way?
We are also having issues with tokens refreshing. I am finding a lot of JWT expired errors while devving and am required to re-sign in rather than the token automatically refreshing after x minutes....
Next.js 14.0.3 Middleware TypeError
Are you required to be authenticated to be able to check feature flags?
defaultValue
set.
I recall mentioning that the flag values are bundled into the JWT or token? So is feature flagging only applicable to authenticated users & not more generally for flagging public pages?...Password and Passwordless enabled on same time?
Clicking login takes me to API route and not login page (Next 14)
src/app/api/auth/[kindeauth]/route.ts
```...Problem when trying to edit role when limit plan is reached

Trouble handling callback from SSO always returns 400
oauth2/token
from Postman, I get a 400
status code everytime. I am also using PKCE verification.
I use this https://tonyxu-io.github.io/pkce-generator/ to generate the code challenge and my code verifier is code_verifier
....kinde_flutter_sdk not being recognised
[!] No podspec found forAny idea how tosolve this?...kinde_flutter_sdk
inFlutter/ephemeral/.symlinks/plugins/kinde_flutter_sdk/macos
sign out
NextJS App Router Error out in middleware

User Audit Logs

https://kinde.com/pricing/ M2M tokens question
/oauth2/token
Kinde API endpoint to retrieve an M2M Access Token?
If so, can you help me understand how to use and validate the ID Token (https://kinde.com/docs/build/about-id-tokens/) ? I'm already passing the Access Token to my REST API through the "authorization" HTTP header. However, this token doesn't contain the user's email address (https://kinde.com/docs/build/about-access-tokens/) and so on every REST API call I'm currently getting a M2M token and calling the Kinde API to get the user object to get their email address. The ID token includes the user's email address (https://kinde.com/docs/build/about-id-tokens/) but I can't see any example in your docs of the recommended way of passing this token through to a REST API and validate serverside that the ID token is valid.
Is there any way of tracking how many M2M tokens which I have consumed so far? The billing page doesn't show any M2M token usage, but I don't know if that's because I'm within the free limit?...
Design bugs

Help in Vercel Deployment

Kinde TypeScript type in Next.js middleware
req
so that it recognizes req.kindeAuth
,
```
export default withAuth(async function middleware(req) {
console.log("look at me", req.kindeAuth);...New Application Environments
Integrating Kinde to Astro