Kinde

K

Kinde

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

Join

When requesting /oauth2/token, does the endpoint returns the same token or issues a new one?

Quick question, when doing M2M api calls, and trying to fetch the oauth2/token from kinde, does the endpoint returns the same token until expiry or issues a new one? Do I need to locally save the token until expiry or its safe to call the endpoint multiple times without worries?...

Workflow with separate NodeJS/Vue Webapp?

I'm wondering what the proposed workflow is for a webapp that has a backend (nodejs/express) and a frontend (vue), I'm using Supertokens now, which has code for both backend and frontend, and I would love to switch to Kinde, thanks!

How do you update user details from own-app?

Hello, As the title says, how does one update the user details from the app, not from kinde (manually), there's no information regarding this. How to update:...

From @jasdeep about tokens

Copied from #💬┃general channel - a question from @jasdeep Hi all, newbie here and building a flutter app using Kinde Auth. I am trying to understand how this works. As per docks Kinde SDK take care of fetching new token automatically under the hood if refresh token is valid and access_token has expired. I am assuming it is happening while user is very much active on the app. I am wondering how does SDK get access to refreshToekn in scenario when user navigates away from the app and puts the app in background and when app comes back into focus, the access_token has expired but refresh token should still be valid. I understand that I can save access_token and refreshToken in secure storage but I don't see any method available on SDK which makes use of refresh token to fetch new access_token. Am I missing something here?...

Kinde Webhook

Dear Kinde Support Team, We are encountering a persistent issue with webhook requests sent to our endpoint "https://{*******}.convex.site/kinde-webhook". Our logs indicate that the Authorization header is consistently missing from the incoming requests, and we are unable to authenticate and process these requests as expected. Additionally, we've faced repeated issues with JSON parsing errors, specifically an "Unexpected token 'e'" error, suggesting that the payload might be incorrectly formatted or encoded. Here is an example of the error message from our logs:...

Nuxt useKindeClient not working properly

Hello, I'm trying to use Kinde with Nuxt, the module is quite barebones and doesnt seem to support all things, a few things I want to do: 1. Custom Sign In / Sign Up...

ext_provider in id_token is not present after the user change org with login + org_Code

Hi, I have set up the Customize ID token to include the social identity I am using this to enable features around the user profile mostly. When the user is signed out and signs in with Google(i tested only google so far). The expected ext_provider is present in the id_token as expected. When the user is signed in and wants to login in a different (or same) organisation with ...

"@kinde-oss/kinde-node-express" doesn't support module js project

Hi I am trying to validate a user token send from my react frontend appliction to the node express server. My node express server is written module js and use named imports. But it seems like named imports doesn't supports by the "@kinde-oss/kinde-node-express" can someone guide me to fix this issue ``` [nodemon] app crashed - waiting for file changes before starting... [nodemon] restarting due to changes......
No description

Why wont the the login funcion work on loccalhost but in vercel it works

The vercel on works but, not localhost idk if i have to change the env variables inside the file or if it in here the problem might be. Should i after 3000 add the path to the page i want it to redirect it to?...
No description

How to understand the relationship between Id, Access and Refresh tokens

Hello, we are trying to track down an issue with our app where users appear to be logged out after an hour of inactivity. I say "appear" since I don't believe they are actually being logged out, but rather there is a mismatch with token refreshing. FWIW we are using the Kinde default expiry values ID token 3600 Access token 86400...

TypeError: Cannot read property 'KindeSDK' of undefined

``` // NPM import {useState, useEffect} from 'react'; import {KindeSDK} from '@kinde-oss/react-native-sdk-0-7x'; ...
No description

Unable to retrieve claims & identity from token

Recently i have been unable to retrieve organization and claims in general from a setup that has been working. I am using .NET with React ```cs...
No description

Unexpected server error when I click on /kinde-auth/login

Whenever I click on the register or login link on my site I keep getting this, I have my callback set to 'http://localhost:5173/kinde-auth/callback' This is only for the login link, for the register link I can actually register and verify a new user but I just cannot do anything past that.
No description

Sorry, we don't see a way to authenticate you at the moment.

Hi i have asimple nextjs app and am getting this when pressing the sigup and signin Sorry, we don't see a way to authenticate you at the moment....

Is there any Honoj SDK you provide, as it is for my separate backend?

I use your TypeScript SDK with hono js but it not provide csrf protection

AWS API Gateway JWT Check

Hey all, this might be a very beginner question. I am looking to validate the JWT on incoming requests in my AWS API Gateway. If I can avoid using a lambda that would be good as its one less managed service to worry about. The screenshot I provided is what I need to fill in to do a third-party JWT verification on API Gateway. Is this possible with Kinde? If so, can someone please recommend the documentation page and/or where within the Kinde UI I can find what to enter. Thanks 🙏
No description

How to update Kinde account payment?

I'm trying to change my payment method (new credit card) but I can't find where to do so in Kinde.

Kinde sign-in screen register link means no new org

Hi there, I've got a NextJS app using the SDK and also the Kinde API on other sections. Basically I want the user flow to be: A manager-level user registers (using the <RegisterLink> component), creating a new organisation and then is able to add their team members to that organisation from within the app using the Kinde API....
No description

Auth0 import - file too large

I'm looking to import from Auth0 but I'm getting a warning that my file is too large. I have 178K users (~70mb csv). No details on how large of a file I can upload. I imagine this isn't unheard of. I can slim down the file and do this in batches, but figured you should be aware that this type of volume is not supported by the import and the response is somewhat useful, but lacking some key details....
No description