Kinde

K

Kinde

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

Join

University project, kinde dont open just saying error 404

Hey guys, We are trying to use Kinde on our university project, but the code doesn't show any error, but when I click on "register" or "login" its just don't open anything just open a new window saying "page cant load | error 404" Can you help me with that?...

Can't install kinde SDK for sveltekit because of the new svelte5 installation dependency.

Hello, Svelte5 was released yesterday. Today I attempted to install the new version which installed with no issues. Used the command npm i @kinde-oss/kinde-auth-sveltekit as I did multiple times in the past but I was greated with dependency errors : ...

I redirect to the login page after my access token expires.

Hello, I am redirected to the login page every time my access token expires. It does not refresh automatically. Below, I am sharing my token settings screenshot. What am I missing here? i am using next js.
No description

TypeError: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function

When rendering <LoginLink> and <RegisterLink> JSX in NextJs page , i get the error log bellow Error Log: ⨯ TypeError: (0 , reactWEBPACK_IMPORTED_MODULE_0.createContext) is not a function at eval (webpack-internal:///(rsc)/./node_modules/@kinde-oss/kinde-auth-nextjs/dist/index.js:15:11887) at (rsc)/./node_modules/@kinde-oss/kinde-auth-nextjs/dist/index.js (/home/codeonym/WebstormProjects/brikool-frontend/.next/server/vendor-chunks/@kinde-oss.js:20:1)...

Vercel Preview Kinde Authentication not working

The authentication works on the main deployment, but does not work on the deployment for any branches. I've attached the error message. I have followed this guide, and added the callbacks for any branch by using wildcards. I dynamically produce the Kinde post login redirects by using the next.config file....
No description

Create Account Screen Displaying english text even though arabic language is set as default

Hi Team, I have two questions here : 1 - I am setting arabic language as default, but the create account screen displays the text in english, if its not translated yet, do you mind if i help on that? 2 - Is there a way to customize this screen fully same as the login screen or not? Thank you!!...
No description

Using the kinde management API...

It seems the object you get when you fetch users uses "first_name" and "last_name", but the API to update as user expects "given_name" and "family_name"? Is this a deliberate design choice? Am I missing something? Just lost a couple hours trying to debug this...

Can I include just one button instead of Sign in / Sign up?

Is there some hack to this? If so, is it better to include "just" sign up? I want to have one simple screen in my app like this
No description

Users on iOS (WebKit browsers) are unable to sign-in using email

Upon entering their email, they just get an infinite spinner - nothing happens
No description

Azure guest users login with Kinde for azure app.

We have an app registered with azure, we would like to use Kinde to authenticate guest users. How to integrate Kinde with Azure B2B login?

Stripe success_url from checkout session logs user out.

const session = await stripeClient.checkout.sessions.create({ success_url: `https://mydomain.com/restoflink and https://mydomain-staging.com/restoflink Hello, when my application gets redirected to the success_url on staging, the user is still logged in (cookies are still set, etc) and correctly redirects to the success_url. However, on my production url, the user is always logged out and redirected to my home page. ...

what are the rate limits of SSO providers when using the Kinde credentials?

what are the rate limits of SSO providers when using the Kinde credentials, for let's say e.g. google? Because I feel like for small apps I could just use Kinde's oauth credentials instead of setting up my own, no?...

ExpressJS SDK for a MEAN stack web application.

Hi, I'm trying to integrate the SDK into my web application. My backend is written in ExpressJS and my frontend in AngularJS. The authentication flow is as follows: 1) User presses a button to Sign in with Kinde....

Using Prisma to MongoDB With Kinde

Hello, I'm getting this error when trying to store a user id to a KindeId in my prisma ORM Object literal may only specify known properties, and 'kindeId' does not exist in type 'UserWhereUniqueInput'.ts(2353)...

Can I change the user info from the SDK?

I would like to create a page so that the user can change his first name, last name, email, password... but I can't find docs to do it.

Create Kinde Users Within Application

Hi guys, I'm currently building an application as a contractor for a client, using the next.js SDK. Once I've finished building the application for him, I'd like for him to be able to completely manage everything on his own, including adding users. Due to his business model where he physically goes and works with businesses around Australia and does in-person training, the application I'm building will be invite only, ie people won't be able to just sign up, my client will have to setup the organisation and users within the app....

Switch organization for logged in user

I am using sveltkit, after a user logs by selecting their organization, is it possible to switch the logged in organization without logging out? I asked @Ask Inkeep and it didn't have an answer

Logout url

Why when I log out it takes me to my custom domain log out page and not to the one I have in the allowed in the dashboard/the one I have in the env?
No description

linked auth

{ id: 'Kp_.....', email: undefined, family_name: 'falah', given_name: 'Mohammed',...