IkiTg07
IkiTg07
Explore posts from servers
KKinde
Created by IkiTg07 on 7/12/2024 in #💻┃support
Invalid Credentials for kinde/management-api-js
No description
3 replies
KKinde
Created by IkiTg07 on 7/2/2024 in #💻┃support
Signup isn't working anymore
No description
20 replies
KKinde
Created by IkiTg07 on 6/25/2024 in #💻┃support
disabling multi-orga sign-up
No description
16 replies
KKinde
Created by IkiTg07 on 6/6/2024 in #💻┃support
update user email in code
Is there a way to use Kinde Management API to update the user's email ? I can update the given and family name doing so :
const client = await createKindeManagementAPIClient();

client.usersApi.updateUser({
id: ctx.userId,
updateUserRequest: {
familyName: input.family_name,
givenName: input.given_name,
},
});
const client = await createKindeManagementAPIClient();

client.usersApi.updateUser({
id: ctx.userId,
updateUserRequest: {
familyName: input.family_name,
givenName: input.given_name,
},
});
But i need to be able to update it's email in Kinde as well
23 replies
KKinde
Created by IkiTg07 on 5/26/2024 in #💻┃support
Quick and Urgent about logout component
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
Does the logout component only work inside server components ? I turned my component into client and I've not been able to logout since then
3 replies
KKinde
Created by IkiTg07 on 4/18/2024 in #💻┃support
NextJs + Kinde SDK 2.2.3 deployment on vercel failed
No description
21 replies
KKinde
Created by IkiTg07 on 4/15/2024 in #💻┃support
help with flutter custom sign-in and sign-up
No description
10 replies
KKinde
Created by IkiTg07 on 2/15/2024 in #💻┃support
How to set values to kinde object
Hello, i really need to make some custom signin and signup pages for my application. I'm planning on using the now available " custom signin and signup pages " from here : https://kinde.com/docs/authentication-and-access/custom-authentication-pages/ " The screen where users can choose to create an account if one was not found " This is blocking for me as for my use case I'll have my own form for signin up. How would I set the user's given_name, last_name, profile, id within the kinde user object ? I am using NEXTJS
25 replies
KKinde
Created by IkiTg07 on 2/1/2024 in #💻┃support
custom auth pages
The is a post made after @Daniel_Kinde asked. It is about my question on how is the login method implemented / imported when dealing with a nextjs repo ?
11 replies
KKinde
Created by IkiTg07 on 11/28/2023 in #💻┃support
Help in Vercel Deployment
No description
15 replies
KKinde
Created by IkiTg07 on 10/26/2023 in #💻┃support
Is there a way to track session state
I want to know if there's a way for me to track, at the root level (layout.tsx) , the state of the user session. Logged in, Logging out...
22 replies
KKinde
Created by IkiTg07 on 10/13/2023 in #💻┃support
Prod version callback to localhost
Hello hello. Hope y’all doing great. I deployed my application on Vercel. I don't know why when I connect / register it redirects me to localhost and not the vercel domain. It tries to go to localhost:3000/api/auth/kinde_callback
9 replies