Kinde

K

Kinde

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

Join

Limit User Sessions

Hi, I want to set a user session limit (e.g., maximum of 10 sessions). If the user's active sessions exceed this limit, they should be logged out or prompted with an action.

Kinde with astro

Hi all! Is there any way to take the userDetails by ssr not by client from script tag?: <!--index.astro--> ---...

ExpressJS SDK backend with AngularJS frontend auth issue

Hi, I'm currently having issues with local development. My backend is at http://localhost:3000 and my frontend is running at http://localhost:4200. I'm using the ExpressJS SDK in my backend and I'm trying to get through the login/logout process, but things aren't working as expected....

Registration post_login_redirect_url

I'm using Nuxt for my web application and when creating the onboarding experience I'm trying to use the default Kinde registration experience out of the box as much as possible. There's two possible 'account types' on my platform and what I want to do is redirect the user to a URL based on an earlier step. Based on that, I set the post_login_redirect_url. E.g. `<RegisterLink post_login_redirect_url="/registration/register-service-provider" :is_create_org="false">...

I would like to store the data of the users who registered through Kinde registration in the prisma

Can someone help me with that? I tried everything but it didnt worked. I can send you the full code if its easier to you to solve my problem.

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....