Authentication issue after login. Node Express SDK.
kinde-flutter configuration problems
Kinde with React Js
kinde-flutter-sdk invalid session on every login attempt.
NextJS App Router v2 getAccessToken() and getToken()
getAccessToken()
, but it 1) returns null on a logged in user (profile pic, name, email from getUser()
went fine, and 2) even if I got the KindeAccessToken
there are no methods to convert it to a JWT (althought the documentation suggests getAccessToken() -> Promise<string>
....Change my instance region
Resolving auth in back-end (.NET) with token retrieved from front-end (React)
What's the protocol for transfering ownership of the account?
BrowserClient.getUser returns Promise<string>
Token being sent
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
....