GitHub Connected App Not Working
Hello,
~ Two weeks ago, I raised a ticket with support (via chat widget) regarding GitHub OAuth and Connected Apps, but I have not received any assistance in resolving the issue.
I have provided a screen recording and step-by-step instructions....
Delete user function?
Is there a component/function for deleting or suspending user in case user wanted to delete or suspend their account in the dashboard?
No user found
[Nextjs] : No user found when i try opening the web page again , some fetch() error in the console. Get normal when i clear the cookies
adding more info. kindly comment if it's understoond, Thanks...
User not receiving PIN to their email address
We have a real production user who is unable to access our application. They have reported that they have entered their email address and did not receive a PIN to their email address. We have passwordless email login enabled for this application and I have confirmed that I am able to sign in using this flow using my person gmail address. However, there don't appear to be any audit logs emitted when a user enters their email address and have been sent an email sign in code. This means that there's no way for me to validate that the PIN has been emailed to this user by Kinde.
Can you please help me to resolve this issue? I'm happy to send you full details over DM including the ID of my Kinde application, and the user's email address....

Is it possible to have teams in my Kinde application?
I am developing an application that will eventually have the concept of "teams", where every user is part of a "team" or "company" and can see all data associated with said team. Is this a feature builtin to Kinde or something I'll have to implement myself?
"Welcome back" displayed in login even in Incognito mode
If I open an incognito browser and view the Kinde login screen, the verbiage displayed is "Welcome Back". Why is this even in incognito mode?

Migrating Applications from Auth0
We have applications listed in Auth0 from which we're looking to move from. I don't see the ability to carry over the ClientId / Secret to Kinde. Is this not possible? Do we have to create new Applications with new ClientIds?
socket
i using socket to connect my server to javascript file but both are in different hosting is any problem if my stocket connection visibile in after inspect element
Data Processing Agreement
Hey guys, do you have a DPA I can sign or is it incorporated into the Service Terms? Thank you.
How to get organization name in React SDK
I've been using this code in an older project to retrieve organization name:
...
const { getClaim } = useKindeAuth();
const orgClaim = (getClaim("org_name")?.value as string) || "";
const { getClaim } = useKindeAuth();
const orgClaim = (getClaim("org_name")?.value as string) || "";

Implementing Kinde to Express NodeJS typescript and Ionic Angular application
Hi, I am considering migrating over to Kinde. Let me explain my current implementation
create user using management api
is there a way where i can create user directly with email and password using, where the user can just login without the user need to verify the email while logging in for the first time for the first time
```js
const usersResponse = await fetch(
"https://{business_name}.kinde.com/api/v1/user",...
Getting tokens failing when navigating to new page
I'm finding that when I navigate between pages, I'm unable to get the access token unless I refresh the page.
This is how I'm trying to retrieve the token;
```
const client = useKindeClient();...
Personal account and organizations
Hello, I am having the use case of customers having their own account (in which org_code should not be present on the access token) and being able to switch organizations as well if they need.
Given a user X that has an organization FOO and BAR, I want the user to always login without org when going through the login page and only be able to switch using a drop-down (that is described in your site and works well).
The problem is that whenever I am login-in I always get prompt to which organization I want to log in instead. Can I somehow force him to login not into any organization and then make him switch accordingly based in the
org_code
parameter??...Webhooks
I'm still on dev. Is there any way I can setup a callback url to my own project? (I'm using Next route handlers):

Post authentication redirect returning HTTP ERROR 500
I've followed Next.js quickstart guide and integrated Kinde into my Next.js app. However, when I create a new user with email and set password, it redirected me to
/api/auth/kinde_callback?code=<code>
but it's always returning error 500. The same thing happens for social sign in, it didn't redirect me to the account selector/allow access page of that social sign in, but it returns error 500 as well. The error is also printed out in terminal.
``` тип Error: Authentication flow: Received: <token> | Expected: State not found
at AuthorizationCode.eval (webpack-internal:///(rsc)/./node_modules/@kinde-oss/kinde-typescript-sdk/dist/sdk/oauth2-flows/AuthorizationCode.js:184:35)
at step (webpack-internal:///(rsc)/./node_modules/@kinde-oss/kinde-typescript-sdk/dist/sdk/oauth2-flows/AuthorizationCode.js:53:23)
at Object.eval [as next] (webpack-internal:///(rsc)/./node_modules/@kinde-oss/kinde-typescript-sdk/dist/sdk/oauth2-flows/AuthorizationCode.js:34:53)...Language on default layout
Is it possible to define what language I want the default layout (used for sign in and sign up) to use or do I have to write my whole own pages?
How can I generate API keys for my users to use programmatically?
Hello, I'm evaluating Kinde for a developer focused SaaS product in which users will mostly (except for billing, etc) interact with the product through a REST API.
I searched through the docs, but couldn't find a solution for such a use case.
Maybe I've missed it, but is such a use-case supported by Kinde?...
WEBPACK_IMPORTED_MODULE_0__.createContext is not a function
Hey guys, Im making a simple login register page using kinde and nextjs
Im getting this error i dont know how to fix it, any help is appreciated.
I ran the command ...
