Kinde

K

Kinde

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

Join

Error verifying JWTs signed by Kinde from Next.js to Express API

According to docs I import the verifier: const {jwtVerify} = require("@kinde-oss/kinde-node-express"); const verifier = jwtVerify("https://<your_kinde_subdomain>.kinde.com");...

502 badgateway on m2m token endpoint

When I try to POST with postman to the token endpoint https://business.kinde.com/oauth2/token I get a 502 badgateway It doesn't matter whether I try the correct client_id or just random chars....

Error code: 1656 - Unable to log into integration environment since 6:03am GMT

Hey, We've been seeing this error when attempting to log into our integration environment and this is becoming a serious blocker. We haven't made changes over the weekend and it's effecting two different UI applications. Error:...

Custom param missing from callback using authUrlParams in Kinde Next.js

Hi! I’m using @kinde-oss/kinde-auth-nextjs in Next.js and trying to pass a custom invite param. Here’s my file structure and setup: ENV: KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/api/auth/callback Login code (page.tsx): src/app/login/page.tsx...

I’ve been getting 504 Gateway Timeout errors today.

I’ve been getting 504 Gateway Timeout errors today,

Kinde Error:

Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again. Error code: 1656 Code reference: import { createFileRoute, Outlet } from "@tanstack/react-router";...

@kinde-oss/kinde-auth-react compatibility with React 19

Hi, We are currently in the process of implementing Kinde with our React SPA. When trying to install Kinde, we have encountered an error due to Kinde peer dependency with React npm error peer react@"^17.0.2 || ^18" from @kinde-oss/[email protected] Wanted to check if the package would be updated to support React 19 and in the mean time, is it safe to force install ?...

Gateway timeout for Management API

Management API calls are timing out.

How do I maximize the logo size?

Hi, I added my logo sized at 800px but its very small on the page. What's the best way to make sure it takes up the full width?
No description

User request to sign up

I have a problem with the request of the user: when a new user have to sign up i need to control and approve the request, now the request page tell the user it's not allowed to sign up

Protect Next.js API Routes?

Hi, I have succesfully implemented Kinde to protect my Next.js application. Works nice. I have decided to go with Next.js for the backend API and database fetching as well and by default they're also protected by the standard Kinde configuration with <KindeProvider>. Problem is, I need to be able to call the api routes from other clients as well and for simplicity Postman but I can't seem to just do a request with a access token (generated in Kinde portal). The application want to redirect me to the login route when doing HTTP requests from Postman. Is it possible to protect pages and api routes but in a way where I am allowed to call the api routes with authentication by Kinde?...

How to handle root redirect before Auth and i18n case

Hello, I'm pretty stuck on trying to handle multiple things at the same time in the middleware. My stack is NextJS 15, next-international, Kinde. my folder structure is like this: ``` src/app/...

Why my permissions are not sent in the token?

This is the token when I decode on the jwt.io: ``` { "aud": [], "azp": "d074dab197af478eaa9afbdd11bf0db4",...

Facebook login for Business request more permissions

Hi, I'm configuring social auth via Facebook but after follow Kinde's tutorial, the following error appears after click in login button. (translating from pt-br) "It seems that this app is not available"...
No description

Microsoft AD email domain issue (resolved)

Hi all, we're having an issue with users not being able to login. We're using the Microsoft Azure AD connection and it has been working flawlessly since we set it up months ago. However now that we're onboarding new users with different email domains they get an error "email domain we detected is not allowed" (see screenshot) ...
No description

error fetch failed when logging in

Hi everyone, I am new to Kinde and currently stuck at the very first stage for login. I followed every step in the Quick start in my Nextjs project, I also changed the Allowed logout redirect URLs to match with the url in .env.local. Specifically I am following a tutorial on youtube and in the tutorial it worked properly. My problem is that after signing in, it doesn’t redirect to the post login url as expected but show this error: fetch failed, even though as I checked in network tab and on Kinde, user logged in successfully. ...
No description

TypeError: Cannot read properties of undefined (reading 'kindeAuth')

Hi - I've started getting this error on my production application. This is a new error when deployed to AWS using SST . I am using "@kinde-oss/kinde-auth-nextjs": "^2.4.6", When users click my login button I get a default Chrome error message...

Wordpress

Attempting to follow the steps here: https://docs.kinde.com/integrate/third-party-tools/kinde-wordpress/ running into "ERROR (invalid-token-response): Invalid token response" WPengine hosted, version 6.7.1...
No description

How are people using Hasura?

I read about it before starting my Kinde integration. Then I saw that Kinde has something built-in. But I've not seen any explanation of the value add.

Confused about user permissions vs properties

I understand logically but not semantically. Where are permissions used natively within Kinde - if at all? They can't be sent in tokens that I can see. Only roles and properties can be placed in tokens.
Next