Kinde

K

Kinde

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

Join

Verification code via email not arriving

Hello! I'm trying to log in, but I don't receive the verification code via email. Even requesting a resend, the code does not arrive. And it's been a few days 😬...

`prompt`=`registration` not supported?

The Kinde documention states that you can pass prompt =registration to have users land on the sign up page. However, when passing this value you get: ```...

Google auth token

Hello, can I define additional scopes and then access the google auth token to make further requests to the google api?...

auth init!

how can i proceed my login initialisation with just https://accounts.coachbots.com/ url (there shouldn't be psid or any other think). is this possible, if yes let me know the solutions?...
No description

Best way to access the management API from Nuxt server routes?

Hello, I am kinda new to working with Kinde and am planning on using it for my future projects as it has been a very nice experience till now. I was trying to figure out the best way to access the management API from a Nuxt server route. My current use case is to add a role to a user from a stripe subscription webhook....

Discord Auth user object

Hello, I am wondering if there's a way to get either a display name or a first name or something other than 3 that I'm currently seeing. I want to be able to display the user name, but don't want that to be an email. ```json { picture: '', email: '',...

Can't get the user info from const { getUser } = getKindeServerSession();

I must be totally braindead but I'm just trying to get the information about the user in this way. Using next.js. import { getKindeServerSession } from "@kinde-oss/kinde-auth-nextjs/server"; ```...

Using custom login page

Hi, I am trying to use a custom login page. I have my page implemented with a login button and on click event I am calling the kindeClient.login method passing the following options ```js { authUrlParams: { connection_id: connectionId, login_hint: email,...

Get Users with Kind TS-SDK

I have just started out with the Typescript Sdk with Nestjs and the Kinde Api to get Users and I have few Questions about behaviour and usage (tried both from postman and SDK) 1. the documentation at https://kinde.com/api/docs/#list-users says "Specify additional data to retrieve. Use "organizations" and/or "identities"." what is the correct format to pass both Oganizations and Identities, tried some combinations and got 550s back...

KINDE_AUTH_WITH_PKCE on sveltekit throws error

Hi, When trying to authenticate you'll get redirected to the callback url. When the request hits the sveltekit server you'll find this error in the console: ```json error: {...

Malformed Response Cookie

Hello, we've been getting a malformed cookie response when certain roles are added a user with multiple organizations assigned. Please see the video reference, I've tried to re-create this in our dev and staging environments but I cannot recreate it Kinde Package is: "@kinde-oss/kinde-auth-nextjs": "^1.8.19" Using pages for next.js and SDK v1 ...

Auth check in +layout.server.ts – known issues?

Hi! 🙌 From working in SvelteKit I've gotten used to avoiding +layout.server.ts for auth checks (reasons illustrated by Svelte connoisseur Hunter Johnston in [1] and [2]), but the Kinde docs uses +layout.server.ts as an example of auth checking [3]. Are there any particular implementation details in Kinde making the issues raised in [1] and [2] null and void? ...

Add audience using Nuxt Module

I looks like this may not be implemented, but I could very well have messed something up at my end. However, when I add an env variable NUXT_KINDE_AUDIENCE I don't see anything in my aud claims. I'm testing using the Kinde Management API, with a slightly modify version of the Nuxt Starter project.

Dark Mode & Multiple Organization Login

Hi! It seems when using Dark Mode & a user has multiple organizations to select from, we cannot customize the text color in the dropdown when picking which organization they want to login to. See attached screenshot. This does not seem to be configurable in the backend dashboard and seems to be some light shade of grey.
No description

Persistent Auth & Custom Domains

hi! I am trying to understand whether Custom Domains are truly the only way to have persistent auth? What I mean by persistent auth, is the user stays logged in even if they refresh the page. In the SDK (https://kinde.com/docs/developer-tools/react-sdk/), it states this is necessary. But when I dig into it, this essentially is having me configure social logins individually and by scratch rather than using the built in social connectors? I feel like this defeats the purpose of the platform and I am trying to understand what options we have. Is this is a planned future iteration to have persistent auth without custom domains?...
No description

custom auth pages

The is a post made after @Daniel_Kinde asked. It is about my question on how is the login method implemented / imported when dealing with a nextjs repo ?

Github connection doesn't pull name in IDToken

Just wanted to know if this was intention or if I messed up the configuation, but the name claim in the ID token is empty when I login with github. Is this intentional?

The specified organization could not be found.

is somebody help me with this 🥲 using kinde for the first time !
No description

Limitations of Discord Auth Integration

Hey :) I am working on a bot dashboard currently and was trying out kinde as a possible auth provider. Setup was incredible easy, but I soon realised, that Kinde has big limitations when it comes to the discord auth provider. I was wondering if its possible to 1. Customize the Permissions that kinde requests of the user...