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)?
"AuthProvider gives access to auth data in your app"
getKindeServerSession
and it's been working fine...Kinde auth on Electron
Something went wrong - Error code: 1656
Authentication error...
Middleware: Not being redirected back to the protected page

expressjs and protected routes with user roles
.env variables showing in HTML page source on React site

User logged in even after deleted from Kinde
Can we send the signin link of our app in an Email from my NextJS app?
Can we we use Kinde just for authentication?

Get current user role
Can KindeClient be a singleton in TS SDK?
KindeClient
every time I need it? Or can I create it once and reuse it? Is it cheap to create it? Ill be using it for Management API purposes (like create Users and Orgs)