Kinde

K

Kinde

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

Join

Integrating with React, Vite, URQL

hey folks, im trying to intergrate Kinde auth with urql, and I'm running into some issues. first off, here's the code: ```typescript...
No description

Organization branding control

With Auth0, my Applications have a Logo URL (which would be handled in Organizations it seems with Kinde). The URL worked well because when my tenant in my multi-tenant platform decided to update their logo, the new logo was available on the sign in page since that logo simply referenced our URL for the logo. With Kinde it seems that logo needs to be actually uploaded. Ok, little different and definitely more work, but that's ok. The problem comes up when I don't see an API to do so so it actually takes manual intervention to make this happen. My tenants will not have access to Kinde, they're not going to upload their logo twice, this has to be automated somehow....

Proper use of Organizations as opposed to Applications

We are a multi-tenant SaaS product. Each tenant gets their own Application (client id, secret). In our existing Auth0 implementation that we're moving away from, we do not use organizations - we have one large bucket of users, however we still still support the multi-tenancy through each tenant having their own Application. It seems I should use Organizations so I can better determine how many users each Organization has and control branding, however that's slightly confusing because in Auth0 branding is controlled through Applications. It is as if an Auth0 "Application" was split into 2 in Kinde and is the sum of an Application and Organization. Is that right? This seems like I should have 1 Organization per tenant and 1 Application per tenant. Sound right?...
No description

We can't find your account

Can this message be skipped, I have disabled "Ask for user first name and last name" so if the user clicks "create account" they are logged in, so this step with "We can't find your account" seams unnecessary
No description

Hey, i want to make a data stored per accounts using kinde typescript, how to do it?

I need help, i am going to store a data that saves per user using kinde authentication. can anyone make this happen?

I want to save data like username, preferred locale, theme for a user in my React App

I don't understand how I can set properties or flags from my react app?

Vercel deployment - Invalid callback url

Hi team, i just tried to deploy my app to vercel with kinde auth. after follows all the steps on your youtube channel, but still get the error invalid callback url. P/s: i update env and url settings on project already, is there any solution. thanks in advance...

Only Signup page

Hi I am new to kinde I have a login and a signup form I want user to login via signup only I dont want login for that I have use RegisterLink component but is there any way to remove the "Already a account login " text from signup screen refer the below image https://jam.dev/c/b3286b5c-bb6c-45cc-bba6-bbf9ce8d5071...

{ errors: [ { code: 'NAME_REQUIRED', message: 'Name is required' } ] }

Suddenly getting this error using the create org api I am sending a name in my body {"name":"IF","is_allow_registrations":true} ...

Post Logout Redirect Parameter

Hi there! I am using Next 13.4.19 with "@kinde-oss/kinde-auth-nextjs": "^2.1.10" I am trying to change the post logout URL for a single page. I have tried /api/auth/logout?post_logout_redirect_url=/logout?from=logout but this keept sending me to / which is my default after logout url....

redirect from root "/" with middleware in next.js

I want to make a classic stuff, i have a SaaS with a landing page and some routes, a login and after auth here then you are redirect to dashboard... until here everything okay, but i want to make like vercel, is you are authenticate and you go to vercel.com then they redirect you to /dashboard, easy i think... but i cant be able to do that, if i include "/" in the matcher, i am forced to move to login page... and if not include then the function inside middleware is not execute... currently i ha...
No description

Know if an email address is validated in JWT

I'm using .Net with the OIDC integration / middleware. Most everything seems to be working well, except I need to know if the user has verified their email. I noticed while debugging there is a claim that comes back on the JWT, "ext_provider" which has this information, but I only saw it come across with a value once. I also didn't see any documentation on this claim. How do I determine that a user has in fact verified their account?...

What is the best way to let my .NET API know a user has registered ?

I am using .NET as my backend and Angular as my frontend (Typescript SDK). I am aware that webhooks are still in development/beta, is there another way to let my API know when a user has registered currently ?...

Custom Success route.ts failing in build process && not showing logs inside GET()

Refer to the code on the thread while reading this: goal: create copy of user in postgres db after successful signup (1st code below) ...

getting redirected even when not wanted

Problem started when I tried out to connect prisma to kinde. I set up the redirect_url and tested it but got Error: something went wrong with authentication null at GET (webpack-internal:///(rsc)/./src/app/api/auth/kinde_callback/route.ts:21:34) ...

kinde and Cloudflare Workers

Hey guys, planning to use Kinde on a new project and wanted to know if there are any more docs for integrating Kinde with Cloudflare workers. There's a small example in the docs but I really can't gather enough information from that to properly get started. Are there any examples perhaps?

Whether each backend sdk can directly create users

https://kinde.com/docs/developer-tools/ruby-sdk/#create-new-user so i see that ruby ​​can create users in the backend im wondering are there any other backends that can do this?...

Invite users to Kinde (and organization) through the API

Hello at Kinde! I am looking for a way for already existing users (inside Kinde and in a organization) to send an invitation to colleagues to invite them into their organization. I can't find any API documentation on anything long those lines. Am I out of luck here? Thanks!...

How can I implement an API to search user by their emails?

Should I save user detail in my own DB and sync them somehow? Or does kinde support some kind of search api? I am choosing the auth SaaS for my new app. Thanks a lot....