Kinde

K

Kinde

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

Join

Unable to retrieve claims & identity from token

Recently i have been unable to retrieve organization and claims in general from a setup that has been working. I am using .NET with React ```cs...
No description

Unexpected server error when I click on /kinde-auth/login

Whenever I click on the register or login link on my site I keep getting this, I have my callback set to 'http://localhost:5173/kinde-auth/callback' This is only for the login link, for the register link I can actually register and verify a new user but I just cannot do anything past that.
No description

Sorry, we don't see a way to authenticate you at the moment.

Hi i have asimple nextjs app and am getting this when pressing the sigup and signin Sorry, we don't see a way to authenticate you at the moment....

Is there any Honoj SDK you provide, as it is for my separate backend?

I use your TypeScript SDK with hono js but it not provide csrf protection

AWS API Gateway JWT Check

Hey all, this might be a very beginner question. I am looking to validate the JWT on incoming requests in my AWS API Gateway. If I can avoid using a lambda that would be good as its one less managed service to worry about. The screenshot I provided is what I need to fill in to do a third-party JWT verification on API Gateway. Is this possible with Kinde? If so, can someone please recommend the documentation page and/or where within the Kinde UI I can find what to enter. Thanks šŸ™
No description

How to update Kinde account payment?

I'm trying to change my payment method (new credit card) but I can't find where to do so in Kinde.

Kinde sign-in screen register link means no new org

Hi there, I've got a NextJS app using the SDK and also the Kinde API on other sections. Basically I want the user flow to be: A manager-level user registers (using the <RegisterLink> component), creating a new organisation and then is able to add their team members to that organisation from within the app using the Kinde API....
No description

Auth0 import - file too large

I'm looking to import from Auth0 but I'm getting a warning that my file is too large. I have 178K users (~70mb csv). No details on how large of a file I can upload. I imagine this isn't unheard of. I can slim down the file and do this in batches, but figured you should be aware that this type of volume is not supported by the import and the response is somewhat useful, but lacking some key details....
No description

Organizations API doesn't provide full functionality

The Organizations API allows us to update an organization but certain fields we aren't able to retrieve the orginal values for to make sure that when we do inadvertantly update thier values from their current to the default value. For example, the Get Organization endpoint (GET /api/v1/organization) will return this: ``` {...

Inability to update certain Application fields via API

It looks at though certain fields of an Application are not updatable via the API (nor retrievable).
No description

Automatically adding user to organization on sign-in (not sign-up)

I understand that if a user is signing up, they can automatically be added to the organization specified on the query string (?org_code=), however, if I already have a user account at Organization A and then I try to log into Organization B, I'm getting a message. Is there so way to allow an existing user account to sign in to an organization they are not yet a part of?
No description

Is there a way to change *when* email verification comes up in the sign-up flow?

I have been working on a software product built in Remix.run framework and I am implementing Kinde for authenthication and I really like it. However I am working on the user sign up flow and I want to know is there a way to change when email verification happens? On sign-up I want users to be able to add first name, last name, emails and passwords all in one page. Then after submitting I want to be able to verify the email. ...

How to organise API Tests with REST and Kinde?

I have a restful api that I'd like protect with help of Kinde. How it is supposed to do an api testing that is protected by Kinde? (integrational testing) That should be disposable real accounts, or how? ...

nuxt ssr

$auth is null in a Vue component, which makes Kinde unusable for me (existing site). Appears composables are not supported in Nuxt with SSR disabled. I've tried using a custom sessionManager for Nitro (/server/) in Nuxt, but it doesn't persist. Auth flow works and callback URL is invoked, but there's no way to persist the session. Is there a fix, docs or something I'm missing??...

Token expired issues

Hi, I'm using Kinde with Next.js It seems like the token is note refreshed automatically when it has expired. Is this something known? `GET /api/auth/setup 401 in 32ms...

KindeServerSession values are null when using Stripe webhook

Hi, I am using NextJS and want to integrate with the Stripe API. I need to use the Stripe's webhook for billing process but as this webhook is called from Stripe URL I cannot retrieve kindeServerSession values to validate the user. ```typescript export async function POST(request: Request) { const {getUser, isAuthenticated} = getKindeServerSession(); const body = await request.text();...

not getting verification emails

our clients are saying they dont get verification emails, it used to work perfectly yesterday. are the servers down?

SMTP Server Timeout

Hi. I when I try sending a test email using SMTP settings.. it times out. I'm using Resend and configured it properly. The API key hasn't been used, so it appears Kinde's SMTP isn't calling it. I have a custom domain enabled, so I’m not sure if that may be an issue. Any ideas?...

How to setup SSO only for one organization?

i am building multy tenancy app and what to know if it is possible to setup SSO only for one oraganization? I can not find it in my dashboard