Kinde

K

Kinde

Join the community to ask questions about Kinde and get answers from other members.

Join

Username enumeration issue

We have noticed that when trying to log in with a user that does not exist, a "No account found with this email" error message displays on the login screen. This is problematic because in cases where they do exist, different behaviour applies and you are directed to the password screen. This means it is possible to determine which usernames are valid based on the absence of the error message, and could then lead to increased numbers of malicious attempts on that user because it is shown to be valid....
No description

Nextjs 15 .1.4 - cookies() should be awaited before using its value

hi! getting this runtime error in my api route /api/auth/[kindeAuth] used cookies().get('access_token') cookies() should be awaited before using its value. The only code in my api route is: ` import { handleAuth } from "@kinde-oss/kinde-auth-nextjs/server";...

401 when using request access form

Hey! I implemented the request access form. However, upon submition, the return access request returns 401. Is there something that still needs to be done on our side to make it work?

Kinde management API returns "scope missing"

Hello, I went through the Youtube tutorial on testing the Management API https://www.youtube.com/watch?v=iqO7CL3QyY8 and all is going well, except in the last step i get scope is missing, even though i have read:users enabled in my m2m application. What am I doing wrong?
No description

NEXT_PUBLIC_KINDE_AUTH_API_PATH and kinde middleware

I learned from the kinde ai that NEXT_PUBLIC_KINDE_AUTH_API_PATH helps kinde work in situations where I use basePath in my next.js project. However, it seems that if I use the kinde middleware approach, that doesn't work, as the redirect after the login does not make use of that variable. Suggestions on how to find a workaround for that?

Did not use affiliate link

I've been using Bytegrad's videos, but I had been watching them on my phone. I didn't click on any link when I went to sign up, I just googled. How can I make sure he gets the appropriate attribution for my recent purchase?

Error code: 1656

hi i am new to kinde. i am working on a next js project. so i setup kinde it was working fine on localhost. for mobile view i try to use network URL for that i changed all .env.local and kinde dashboard URLs. but getting Error code: 1656...

504 Errors

So I tried to continue development on one of my projects, And noticed Kinde was only working on one of them as all other projects return 504. So I went to admin panel of kinde and also there I was only able to login into 1 admin panel of for example business A , the admin panel of B C D were unreachable....

Created a Business, deleted it, can't take subdomain back

Hi team, I created a kind subdomain boostle.kinde.com - then messed up some settings so though, oh I'll just delete this business and start again, now I can't obtain that subdomain back. Any chance I can get it back?...

Kinde + supabase

Which is the best way to implement supabase with Kinde? This method looks like the users id directly syncs with supabases user_id? - https://kinde.com/blog/engineering/kinde-with-supabase/ This method looks like it keeps the id from kinde seperate from supabase - https://youtu.be/E9sN9Wol3GI?si=cOl66FLgIxMuQ0OU...

What is the proper way to test if user is authenticated?

I am using sequence below to test if a user is authenticated or not. However, this causes an async call to kinde as I understand for each isAuthenticated() for ex. Is there a better way to handle this and obtain the authentication status? const { getUser, isAuthenticated } = getKindeServerSession(); const authenticated = (await isAuthenticated());...

Kinde + bubble.io

Hi guys, I need help with integrating, can we somehow authorise users of babble app with kinde ?

`oauth2/token` endpoint returns 502 Bad Gateway error

I am trying to call the /oauth2/token endpoint from a Hono.js server (running in a Bun environment) and am getting a 502 Bad Gateway response. This is my code: ```js import { Hono, type Context } from "hono"; import { GrantType } from "@kinde-oss/kinde-typescript-sdk";...

Import users via CSV import hangs

I'm trying to import users into a Dev env via CSV, and the UI is hanging. File looks like ```...
No description

Sveltekit Auth failing on build and preview

Hi, I have set up authentication using the guide and when I npm run dev I have no issues. However as soon as I npm run build or npm run preview everything builds but when I go to click logon rather than a reconnect I get a 500 server error with a console log saying process is not defined in the kinde-typescript-sdk. I have narrowed it down to being the handleAuth(requestEvents) function in the kindeAuth nested folder however I'm not sure whats causing this and if its a bug or something I caused....
No description

Typeform - Kinde integration

We will receive pre-application with typeform and the data entered in typeform should be taken and user registration should be made in kindede, but a profile should also be created in the local db. Does anyone have any idea how this can happen?

Google Calendar integration support

How do i add google calendar scope to kinde auth? I am trying to integrate google calendar with kinde auth but I am not able to find any resource related to it...

NextJS SDK Active Sessions

Is there any chance to list the user's active sessions with Kinde NextJS SDK? Such a topic was opened before but left unfinished :/ https://community.kinde.com/is-there-a-way-to-get-the-active-sessions-of-a-user-7XdMgd8m0KCG...

Kinde creates 2 identities when I try to signup an existing email using Google social connection

I first signup a user by manually inputting email + password, the user identity is created in Kinde. I then go signup again using google social connection and instead of recognizing it's an existing email and prompting for Kinde password, it instead creates a 2nd Kinde user identity with a separate kpId.. I would expect Kinde to not allow 2 identities with the same email. Is this a bug?

Error: State not found

I deployed the application on Vercel and when I try to log in, I have this error and redirection to this site. Before that on my localhost dev server no errors occurred, the application and kinde worked perfectly. Here are the changes I made before deploying to vecel: By the way, here is the vercel deployment link: ...