Kinde

K

Kinde

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

Join

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

Choosing a MFA method only works the first time for each user

Choosing an MFA method only works the first time for each user. Once I reset the MFA for a given user, the user gets stuck on the MFA choices list without any redirection (using the Next.js app router).

Cookie size hit when adding several permissions

I noticed permissions are available in the access_token cookie. However, this seems to break the app once we reach the max cookie size 4kb. For example if I create an app and add over 50 permissions this seems to quickly hit the limit and cause the entire app to crash. Is there a better solution to dealing with large set of permissions?

How to detect if a token has expired with the Client JS SDK?

Hi all, Just wondering how to detect if a token has expired on the front-end so I can refresh it? When the token expires I can no longer use KindeClient.getIdToken so I can't check on the token itself?...

Kinde SDK offline PWA

Is there a web sdk y’all offer that would be best for an offline first PWA?

Android Demo App

trying to test out the android demo app, but the login and register pages gets stuck loading on the continue with google button

Email verification is required for every Twitter login

Why do I need email verification every time I use Twitter login? I understand that the first time I used Twitter login, I linked an email, and after that, I don't need email verification for the same Twitter login.

How to refresh tokens in a Next.js client component?

Hi there, I've been trying to work out a solution to an issue with my auth flow for a while and thought I had it but having more issues. I'm using tRPC in a Next.js full stack app and have updated my user's permissions via the Kinde API. Now I'm trying to get those updated permissions to take effect in my app, without logging out and logging in again. They're definitely working in the Kinde UI. The component I want to see them updated in is a client component....

GET /api/auth/setup 401

Hi, I've set up a new App in my Kinde, followed all the steps, added callback URL and I'm getting the 401 on this endpoint. What am I doing wrong? Currently just testing everything on localhost.