Welcome to the Kinde community

A
Alex
Offline, last seen 2 weeks ago
Joined June 5, 2024

Hey Guys
anyway to export users with their permissions under each orgs?
i tried the export under the portal but did not help getting me the needed data

9 comments
A
P

Hey Guys is there a way to make a automated authentication to get cookies before running my api integration test before deployment ?

21 comments
A
C
O
P

Hey Guys

i something weird just happened i had a prod env where Kinde Management API is enabled to a backend and its working fine
i just duplicated the env and tried to turn on Kinde Management API and its not allowing me to do so
based on the your doc i can see only it can be done from m2m (not sure if this is newly added) but how prod is working ?
we are using NextJs app router "@kinde-oss/kinde-auth-nextjs": "2.4.5-0",

12 comments
O
A
D
D

Hello team,
Upon login some clients are requesting having this pop up to save their passwords
i was wondering if do we have any toggle to enabled it or if it's feasible
Thank you

8 comments
A
O

Hey Guys
i just found something weird happening when trying to login with an account that has 39+ organisation
i' getting ERR_TOO_MANY_REDIRECTS
i'm using Nextjs app router v2.3.4

27 comments
P
A
D
M
O

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

33 comments
2
A
A
L
P
M

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