Welcome to the Kinde community.

P
K
A
A
A
Members
Alex
A
Alex
Offline, last seen yesterday
Joined June 5, 2024

Hey Guys i updated some permissions and roles for a user and then hit this api
https://kinde.com/api/docs/#refresh-user-claims-and-invalidate-cache
and got
{
"code": "CLAIMS_REFRESH_SUCCESS",
"message": "Claims successfully refreshed"
}
to see if he gets updated without logging out and in again but it didn't work
need help to do it please

23 comments
A
A
L
P
E

Hey based of nextjs documentation
const { refreshTokens } =getKindeServerSession();
const s = await refreshTokens();
should get me a new refresh token although it is returning null can someone help please?

10 comments
A
O

Hey Guys i need to change the owner of the project in kinde and not able to do it using the ui can you please adivse?

1 comment
D

Hey
i am trying to get the user info using the sdk of nextjs getUser()
phonenumber is keep being returned as null despite is it filled fo the user
any idea?

5 comments
A
P

hey Feature flags tab under users is not loading am i the only one having this problem ?

10 comments
A
D

Hey i'm getting
Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again.
after authentication and org choose

30 comments
A
P
D
O

getting
Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again.
after authentication and org choose

Hello Guys
i'm using nextjs sdk and i realised that orgName is being returned as null although i added a name in the portal for the org under the field Name in Organization details
can someone please advise why it is always returning null ?

i'm using getOrganization imported from getKindeServerSession

1 comment
D

orgName is being returned as null although i have added an org name in kinde portal