Welcome to the Kinde community

Home
Members
dersand
d
dersand
Offline, last seen 6 days ago
Joined September 23, 2024
How do I get a new access token from a user? I have their refresh token. Do I just request a new refresh token and as a side effect also get a new access token?
1 comment
O
Is there a way to reset a users credential using the m2m api?
2 comments
A
d
In the m2m API, POST /api/v1/user I've experienced that profile.given_name and profile.family_name are both required when creating a user.
For my use case, I want a B2B user to be able to invite a person to their account. I think that inviting that person without that person setting the first/last name of the user to be ideal.
It would be a lot better in my opinion if the user who was created would set this property on their first sign in into the app.
1 comment
A
Some thoughts after reading the nuxt docs.

I feel a bit confused after trying to understand how to use your module to do SPA->API secure communication. I'm considering building a new project with vue, saw that vue sdk is being worked on. Which makes me think I should use nuxt in SPA mode since I don't really see the benefits of doing any SSR for this app. There is a heading "Get user information" that returns the user, but I'm left wondering if this is supposed to work on the client or during server render. Other parts of the documentation, like the JS SDK mentions a way to get an access token that I can then use in my API to verify auth to Kinde.

Side note, but the JSON under "User Profile" has some , that is missing at the end of the values 😉
8 comments
d
d
O
m