Kinde

K

Kinde

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

Join

Unmatched Route

Hi im using expo and am getting an unamtched route page could not be found go back gac-lawyer://192.168.0.4:8082/kinde_callback sitemap. This is only occuring on my Android device and works fine on IOS. When im loggin in im constantly being redirect to this page....

Attempting to commit invalid access_token token

Hey, I’m trying to setup kinde in my new project, but im getting this error: Attempting to commit invalid access_token token whenever I try to authenticate. Never seen this error before

🚨How to set up webhooks to make.com for new sign ups?

I tried to send a bunch of obvious events but when I press "start" to watch for webhook data nothing is received... https://www.loom.com/share/bd405076722b44f48c35301e517a88db?sid=5014d2fb-9445-4ad3-9e20-27362e55bda5...

Cannot log into Kinde => authentication timeouts

Hi team, kinde is timing out when you log in. AU region. Any idea whats going on?

Setting the audience for Nuxt to get token to be used with ASP.NET API

Hi, I am having issues assigning at audience to my tokens for my nuxt+asp.net application. I have followed the instructions for both sdks, and I have configured my jwt validation process as per: https://discord.com/channels/1070212618549219328/1181922100806680646 I have defined an environment variable in my .env file on my front end and I can get a token just fine. The issue is that the token doesn't have the aud defined (it's just an empty []) I have allowed the Kinde Management API access as per the instructions in the docs: https://docs.kinde.com/developer-tools/kinde-api/register-an-api/...

next.js 14 hostinger vps nginx pm2 - CORS related issues

I have been stuck on this same issue for days now. I cant seem to ficgure out what im doing wrong. but whenever i login to my app it correctly redirects me to /dashboard but when i click on a sublink i.e. /dashboard/edit the app wont be able to see my user session anymore. this is the error i get right after logging in (in browser console):...

Entreprise SSO

Is it possible for enterprise applications used by our users to redirect them to Kinde for authentication? For example, let's take Google Workspace as the enterprise application. When the user enters their email, Google Workspace redirects them to Kinde. Kinde authenticates the user and then redirects them back to Google Workspace. Can Kinde implement such authentication flows?...

Confused about Kinde implementation with Node/Express on the backend and React on the frontend

I wanted to use Kinde for auth for a real estate tool that I am building. I am using JWTs with a refresh token stored in a http only cookie. I wanted to use Kinde for signing in and up. What would be the flow between the frontend and backend for this

Next.js app router: is it safe to do the authenticated check in the layout?

In my current project I have added all the pages that need to be protected in the (firm) directory. Is it safe to perform the isAuthenticated check within the layout for all these pages? My use of the middleware would be a little more complicated, since I'm already adding a CSP configuration there that needs to be applied to both protected and non-protected pages. So if this would also be a safe option, it would make it a lot more simple for me, but I'm not sure if I'm overlooking some security implications here. ...
No description

503 after signup

Can't get to the admin page after registering for a free account using google sing in. Tried to delete cookies and sign in again, same result....
No description

IOS app review

Has anyone used kinde auth for IOS app??? Apple reviewers seems to have issue with "Create Account" screen with social login even if it is asking for user to enter their Name if the user does not exists in Kinde. Any tips on how to get around that?

"PropertyRequiredException: Issuer cannot be empty, js engine: hermes" error on Android APK

Hi everyone, I built my Expo app using EAS and built it as an APK, however when opening the app on my Android physical device/emulator it crashes immediately. On Expo Go the app works fine on both iOS and Android, and when building the app as a development build it works fine on both platforms. The build of the APK obviously succeeds but when I try to run it it just crashes immedietly. Below are the adb logs....

Kinde + tRPC + NextJS app router

has anyone managed to follow the Kinde guide for Kinde+tRPC with NextJS app router? https://kinde.com/blog/engineering/kinde-trpc-nextjs/. I can't see how its come from a working code sample. In route.ts they have this const createContext = async ({req, res}: trpcNext.CreateNextContextOptions) but trpcNext is not imported and in trpc.ts they have export const createTRPCContext = async (opts: { headers: Headers; auth: kindeAuth; }) => { return {...

Error not found /api/auth/login

Hi, I keep getting this error lately in my Sveltekit app which is using Kinde auth at https://gfeed.app. Even though I am able to log in but in the background this error is raised. Would anyone have any idea to what might be going wrong?

Migrating MEAN web application (ExpressJS+MongoDB+AngularJS) to Kinde

I want to integrate a username+password along with google SSO in my web application. My frontend is built using AngularJS My backend is built using ExpressJS I also store my data in MongoDB I have a custom login page, in which I can either let the user connect via their username & password or they can Continue with Google....

Kinde + Supabase + WeWeb

Hi team, The article last month to run Kinder with Supabase was really useful to consider how the two might work together. I am looking to build another product in Weweb and Supabase....

Quick and Urgent about logout component

import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
Does the logout component only work inside server components ? I turned my component into client and I've not been able to logout since then...

JWKS not containing any signing keys

I'm using the jwks-rsa package in a Hono application and when it comes time to use getSigningKey I get the error "The JWKS endpoint did not contain any signing keys" My endpoint is my issuer url and then .well-known/jwks.json It gives me this same response in development and production...

Requested audience X has not been whitelisted by the OAuth 2.0 Client

I invested 4 hours of work trying to use the Kinde Management API without success. I tried to use @kinde/management-api-js, @kinde-oss/kinde-auth-nextjs/server and direct requests, but i'm still receiving credentials errors. My problem is happening when trying to do the request to fetch the access token, because i'm receiving this error bellow even after setup the managament api on the Kinde console. ...