Kinde

K

Kinde

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

Join

Having problems with logout URLs

I have them configured in my settings, but I'm still getting sent to the Kinde logout page. Screenshots:
No description

MFA Endpoints to Change User Preferences

right now the only way to set up MFA is the first time they login after the MFA preferences are saved for my app. Is there a way I can "getMFAStatus()" and "turnOnMFA()" or "turnOffMFA()" and implement these calls in the settings page of my own app?

Redirected to a page displaying null after login

I have recently migrated our startup from using clerkJs to kinde auth. I have integrated all of the parts but there seems to be an issue after login. After successfully logging in a page is shown with the message null. If I retype my website's url the authentication has indeed worked fine. I guess there is a problem with the redirect but I have set up the redirect paths as the docs suggested. What else seems to be the problem?...

How to specify org when creating a user using kinde management api

I want to create two organisations for my app Admins and Users. I want to create users only via api so I disabled auto signup. Now tell me - 1. How can I create a user in the Admins organisation? The default organisation is Users 2. How can I query users by name and email and sort them like I used to do in Auth0....

JwtInvalidIssuerError: Missing Issuer. Expected:

I am using the jwtVerify function and I am getting the error in the title. I am passing in the following things, which are definitely not null: issuerBaseUrl in the first parameter, and then in the second parameter I pass an option that looks like this:...

create user account fails

hi all, should i be able to do a fetch in node for create user, i'm using the example in docs, but i just get { "code": "INVALID_REQUEST", "message": "Error processing request body" } ...

Billing is integration with Stripe?

I just made an account with Kinde and saw the billing page. I am curious if this means you guys are integrating with Stripe? I'm building an app that is simple and just needs auth (Kinde) and subscriptions (Stripe). It would be amazing if I can get all that i need from you guys.

can i control the number of sessions using kinde auth

I want to make sure that only one person stays logged in. If someone logs into a new device, the older one must be logged out.

Sveltekit starter return errorCode: ''INVALID_TOKEN_MEMORY_COMIT"

Hi, i'm just new on Kinde and i create sveltkit project using Kinde starter kit. When i've signed up using Kinde in my sveltekit app, it return this `KindeSDKError: Attempting to commit invalid access_token token "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOltdLCJpYXQiOjE3MDYxODIwNTIsImp0aSI6ImE3NzU0YjJiLTc2ZDEtNDQ4Ni04NDM3LTA5YmMyMDU1NzY5MCIsInNjcCI6WyJvcGVuaWQiLCJwcm9maWxlIiwiZW1haWwiLCJvZmZsaW5lIl19.nZY_8Om4_zbRCuZzVp_gi_MGGttveQB42iHhh31wmWUZ0Xq8eIzQtW37mBjGrfzDALqDgNblsbBvovMBxw2dSLa91J0Z5DXaDgJtNChkXGF8NbfJ8G-ezRu-f6NEOs8onmwv9T016-l9ydNbB0nhNGP-jI_QmStXadqxz29W-jK5pyDFv0OYmXM0X0DIel_JqjRSSkn2MImC22KYrqCO3SlC7LqwAjKpf0pBFCv0u_TAET0Sdb4FBtOi2aA5L8MHqzUjFgdS0QXOSlMYXTVUaiMz6hp1mfyTOpI1usxN5oGlzKicyQ-Ov9sHRlM38dH2ye8t11ZsIY7ZHk6kN04COQ" to memory at new KindeSDKError (file:///D:/Projects/sveltekit/sveltekit-starter-kit-main/node_modules/@kinde-oss/kinde-typescript-sdk/dist/sdk/exceptions.js:24:28)...

Is it possible to merge username & password fields into one page?

Hi Kinde Team, is it possible to merge username and password fields into one page? My client don't want it because of too many clicks/steps. Just for context, I use connect Kinde via backend (NodeJS with SolidStart). And we don't use password-less. What is the possible way to achieve this? By subscribing to Pro plan? Or by utilizing the API? Or both?...

i want to make a api call with userId after a new user is registered how do I do that using nextjs

I have next year 13 application with app directory. Now I want to make an API call whenever new user is registered through Kinde Auth also I want to send the newly registered users information to that API

[NextJS 14] User session returns null in API route, when user is already authenticated from caller

Trying to understand what I'm doing wrong here: I have a component that calls an api route on a button click, this component doesn't render unless the user is authenticated. I'm using the standard { getUser } = getKindeServerSession() and user = await getUser() methods to verify this. However, when I call the api route from the button click, these same methods seem to return null for me in the API route handler, the code I have so far is pretty simple: export const POST = async (req: NextRequest) => {...

Trying to get the user session in server side Next.js v14 pages directory, always returns null

I'm pretty sure I might have screwed something up in the setup, but the docs for setting up the provider for pages directory still show an app directory layout, has anyone set it up succesfully for Next.js pages directory v14?
No description

Can the PKCE access token be used to authenticate/authorize requests

Hi, I am currently using clerk with a chrome extension. I want to switch to a service that supports Oauth PKCE flow. Clerk has it but the access token retrieved from this flow can not be used to authenticate requests. Does Kinde support PKCE fully? Can the nextjs middleware automatically verify/permit requests with the PKCE access token?...

Set up a Subscription form for Nextjs App.

I am using kinde to set up a subscription form to build a waitlist and generate interest on the landing page of my app before it is ready for the public. After subscription, I am redirected to
https://<subdomain>.kinde.com/widgets/subscribe/v1/subscribe
https://<subdomain>.kinde.com/widgets/subscribe/v1/subscribe
with the json:
{ "status": "success", "message": "Success! You'll be notified as soon as Smartnote is ready." }
{ "status": "success", "message": "Success! You'll be notified as soon as Smartnote is ready." }
. When a user has already subscribed, I get this error message:
400 Bad request
Sorry, you can not access that page.
You can return to the homepage.
400 Bad request
Sorry, you can not access that page.
You can return to the homepage.
...

Need help with roles (setPermission(s), setRole(s))

Hey. I want to programmatically set roles/permissions for users, is this in any way possible, or should I use a seperate db to implement this. The Kinde next app router v2 server/clientside libs give me getters for a lot of stuff but it seems that a lot of stuff can be set only manually....

Firebase auth with Kinde. for firebase storage to write security access

I wanted to use firebase and its security policy for a production application. and inorder to do that I need to create a firebase user. my existing application is using kindeAuth. I have been reading documentation from both sides and its messing up. is there anyway that i can implement firebase auth along with kinde ? thanks....

Java SDK Support for Spring Boot 3

Hey, a few days back I've created this issue on GitHub - https://github.com/kinde-oss/kinde-java-sdk/issues/4. It's mostly about moving from Spring Boot 2 to Spring Boot 3 with the SDK, because unfortunately backwards compatibility from 3 to 2 is not possible. ...