Kinde

K

Kinde

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

Join

I want to recreate my business. Is it possible to delete the old one?

I had an business account spectoda.kinde.com and now I want to create it again and link spectoda.kinde.com with another account. After I deleted the business I am still seeing "spectoda is already taken" - is there a way out of this?

Expo - React native EAS build Error

Hi @Andre @ Kinde @Daniel_Kinde @Dave - Kinde , I am building Expo managed React Native App. On Development on Expo Go, Everything is working as expected and Kinde Integration is also working as expected....

Custom Sign Up From Not Working As Expected

I've created a custom sign in form, and that works well, it collects an email and redirect to enter the OTP. I'm having trouble doing the same with sign up form. I'm using this code to invoke the sign up: ``` const { register } = useKindeAuth(); register({...

Using Kinde with Angular Capacitor and NodeJS

Hi. I am using a package called kinde-angular and got it to work on a mobile app. this is my redirect url customurlscheme://callback?code=1234&scope=openid%20profile%20email%20offline&state=dummystatedetails. However once I am redirected to my app i am unable to get the app to handle the callback using this function which will not allow my app to change the auth state to true.

Nuxt SDK - Get User Role on the Server

Hi there Is there a way to get a users role on the server side? I can't find a function on KindeContext which provides this information. Thanks for your help 🙂...

What is the limit for number of organizations in one kinde account?

My application allows user to create their organizations and add members. I am thinking of doing a 1-1 mapping between my application's organization and kinde's organization. Is that a feasible approach? The Pricing section seems not very clear on the number of organizations.

Setting dark theme as default experience still serves light theme login page

Hi, like the title says, under the brand design settings page, I have selected dark as my default experience however I keep getting a light theme for my login and signup page. Am I understanding/using this setting correctly?

How do I logout progmatically?

Hi, I am using kinde with nuxt 3. How do I logout progmatically?

Own email address

How can I do to use my own email in the OTP that is sent, I saw that it can be configured from the Custom Email area but I do not know where to get that info, I saw a service called resend but I do not know services where I can link the emails of my domain do you know, recommendations?

How do i add a redirection link when on this session error?

i am a new developer and i am getting this error when trying to sign in after a session timeout, and when i try to refresh i'm still stuck in the kinde page, is there a way to fix this error or add a redirection link to my homepage?
No description

React SDK - Clear token cache

I am working with the React SDK, and there is a task to refresh the claims data after I update some information in the user properties. Is it feasible?

Trying Flutter auth, I get always "Invalid callback URL"

I have followed the guide on https://docs.kinde.com/developer-tools/sdks/native/flutter-sdk/ but I can't get it work. I have double checked all the configs, I have KINDE_AUTH_DOMAIN=https://levelupmta.kinde.com KINDE_AUTH_CLIENT_ID=5691eee84e0d49ddbe6e801107e9d0b5 KINDE_LOGIN_REDIRECT_URI=com.example.test_auth_kinde://kinde_callback...
No description

Migration from Kinde

Is it possible if my application grows and I want to migrate from Kinde to another auth system somehow Auth0, Clerk, or to my own database somehow? Or am I tied by Kinde to use your auth? There is no migration method to another platform that would allow me to change if something happens to the platform or for project interests? Regards...

Proper Kinde hierarchy?

Hey Kinde team, my company is comprised of multiple business units, each with their own domain and branding (imagine that the parent company is Nabisco, and there are sub-brands/business units like Oreo and Triscuit), each with their own customers. Those customers might be an individual ("Oreo Lover" or "Triscuit Enthusiast"), or an individual within a team/organization ("John Smith, Head of Cookies at Kroger Grocery" or "Jim Roberts, Head of Crackers at Walmart") What is the best way to lay out our Kinde account so that we can:...

nextjs

hi, kinde redirects to profile page (https://*****.kinde.com/logged-out) upon signing out instead of the url specified in the post logout env variable, wondering if you can shed some light on the issue?
No description

How can i add test-user to production env if i use email + code

I would like to create a test-user for facebook to check my website and i have to provide username(email) and password for them however I use email + code in Kinde and my website is already used by users.

Custom domain on localhost

Hey everyone, can someone explain to me how I can test kinde auth with custom domain on localhost (I'm using nextJS) ?

ExpressJS Backend receiving API requests with bearer tokens

I am trying to create a backend API using expressJS that is authenticated via Kinde. I have tried both the express quick start and nodejs quick start. The nodejs quick start seems to provide more of what I think I need, partially because the expressjs quick start hangs and fails to server any pages when adding to an existing product. Where in the middleware for isAuthenticated should it be checking for the bearer token and validating it? I can't seem to find an example of that anywhere. For testing, why doesn't expressJS allow re-authentication with the cookie saved after login? When the express server restarts I have to login again despite having a redis session store with express-ession...

Email undefined for apple id registration on dashboard page

When a user registers and is redirected to the dashboard page after signing up I am using the following code to get the user information. import {getKindeServerSession} from "@kinde-oss/kinde-auth-nextjs/server"; export default async function Dashboard() {...