Kinde

K

Kinde

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

Join

Configuring DynamoDB express session store

I'm trying to setup a DynamoDB store for express-session and I was asked by my DevOps to set a "partition key" and "sort key". Does the ExpressJS SDK uses specific keys I should use, or it doesn't matter what I use?

Kinde Billing Release Date?

I signed up for early access quite a bit ago and I was just wondering if there is any sort of release time line? Even just knowing a quarter it might be released in. Any any indication of cost? I have been going down the path with Chargebee BUT I would love to launch with a single integrated solution for IdP, Billing and Entitlements. I need to plan for launch so I have to decide one way or the other. Any information is appreciated....

A nuxt project from scratch giving index.mjs error (Kinde Nuxt Module)

Hello, I started a nuxt project from scratch and installed the kinde module. When I say npm run dev I get the following error. [worker reload] [worker init] ...'project path'... .nuxt/dev/index.mjs failed ...

Get list of users who consented to marketing emails

Hey there I cant find a way to either filter users or export them with data about kp_marketing_consent If we want to send out emails that would be like a must have feature...

NUXT. Vue. Error 500 while accessing /api/login, while it works fine when running dev server.

Hi, I am using kinde with Nuxt, Vue, Nitro. While it works fine with run dev, it's giving server error 500 when running the build. ```.app>node .output/server/index.mjs Listening on http://[::]:3000...

KINDE_SITE_URL for Org handles and subdomains

How should I setup the KINDE_SITE_URL to work with subedomains and Org handles? Current Setup Currently I have setup KINDE_SITE_URL=https://tenant1.lvh.me:3000 and this works great for a single tenant/subdomain, but ideally this is dynamic based on the current subdomain the user is on. For example * https://tenant1.lvh.me:3000...

Management API without M2M?

Is this possible? How is this handled? Currently setting up an app that allows 'site admins' to control permissions of their staff through assigning them Kinde roles. ...

Using `@kinde/expo` for app `client`

I've recently updated our app to use the @kinde/expo SDK for app authentication, using the docs I saw linked on one of the Discord posts https://github.com/kinde-oss/expo It seems to be working well and fixes a local Android issue when using @kinde-oss/react-native-sdk-0-7x . However, we still have this RN SDK installed to handle the client - i.e.... ...

Kinde working on local but not working on live Envoirment

I'm working on a site with Kinde authentication applied to the inner pages of the /experience route. While everything works as expected locally, the live site at https://www.setoo.co/experience is showing a 500 error when accessing these inner pages. Here’s the middleware code used to protect the inner pages: ``` import { withAuth } from "@kinde-oss/kinde-auth-nextjs/middleware"; ...

Access blocked: Kinde's request does not comply with Google's policies

Hello. I have a React app in webview in Flutter and when logging in via Google I get this message. Anyone has an idea whats this about and how do I fix it?
No description

Grammar changes in Verification Email

Hi we were wondering if it's possible to change some of the grammar in this email?
No description

Documentation update

Hello, I'm trying to use the Kinde express SDK to verify a jwt, following the example given here https://docs.kinde.com/developer-tools/sdks/backend/express-sdk/#verify-jwt However typescript is complaining the options arg is missing. Also the type for options is Record<string, string>, which is very generic. Is there an example where I can reference to get this to work? I keep getting the error 'bE [Error]: Issuer not allowed: xxxxxxxx, Expected: undefined" ...
No description

Authentication error

Hi, I have an Angular frontend and an Express backend app and use the ExpressJS SDK in my backend. The authentication process flow (angular hrefs to backend/login -> user enters credentials -> redirected back to redirect_url and then back to site URL) works fine....

Next.js Refresh Token null

Hi! In my Next.js application i'm trying to use the refresh token method from getKindeServerSession() in my route handler. I have the kinde debug mode set to true in my env variables. The problem is that i receive a null value upon logging the value of the refresh token. And I also get an error message that says: ``` Error: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Refresh token provided is malformed. at AuthorizationCode.eval (webpack-internal:///(rsc)/./node_modules/@kinde-oss/kinde-typescript-sdk/dist/sdk/oauth2-flows/AuthCodeAbstract.js:325:31) at step (webpack-internal:///(rsc)/./node_modules/@kinde-oss/kinde-typescript-sdk/dist/sdk/oauth2-flows/AuthCodeAbstract.js:53:23)...

getIdToken error

Hi! I'm liking Kinde so far but I'm facing an issue implementing it in our NextJS application. Calling getIdToken on the user session always returns null. If I enable debug then I get the following error trace logged: ``` TypeError: fe(...).getSessionItem is not a function at eval (webpack-internal:///(rsc)/./nodemodules/.pnpm/@[email protected]@[email protected][email protected]@[email protected]_react-do_ypeastlutiedb47skrcpxtnhoq/node_modules/@kinde-oss/kinde-auth-nextjs/dist/server/index.js:910:128)...

Updating boolean user properties

Hi, I need some help setting user properties. I can set text properties fine, but boolean properties are not working. If I set it to false in the website, then sen a value of 'false',it sets to false. In fact sending any string to the API sets it to false. If I send true, it doesnt get set to true and stays false. Regardless of what I set as the value, I get success from the API, even if i send a value of 'blue', which doesnt make much sense. Here is the code (I am using axios for the calls)...

Next.js v15 404 error on login

I am working through a tutorial and I am getting a 404 error when going to localhost:3000/api/auth/login. Are there any suggestions on locating the issue? I have setup the project per the docs, so I'm not sure why I am getting a 404 error.

Add an Access Request user via API

How can I set up an access request form directly in my website without using the pre made kinde page. And just send the form info to kinde api to create an access request user ?

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.