Kinde

K

Kinde

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

Join

Something went wrong - Is there an outage?

I've been scratching my head for the last hour or so. I can't authenticate, even though it's been working fine previously. I haven't changed any code related to authentication since it was all working fine yesterday. I am able to get to the point where Kinde accepts the username / password but it looks like it's unable to hit Kinde's /api/callback URL (which is what Nuxt uses) I just get a very generic error message (see attached) which doesn't really help much. I have restarted the browser, used a different browser. Cleared out my cache / cookies. Tried registering and then logging in, etc, and nothing works (the registration works but then it fails to log in). ...
No description

Reset users MFA through managment API

Hey there, maybe i just cant find the endpoint. But is there a way to reset the MFA option of a user via the managment api ?...

Get the logo thru the api

Hi! I am having a problem getting an organization's logo through the api for a machine to machine project. I have uploaded the logo correctly, and it shows when I go to the branding section in the dashboard. However when I try to retieve oit thru the api, it is null. Please advise. Here are my results:...

User handles / usernames

I would like every user of my app to have a (unique) username, similar to handles on e.g. Twitter, Instragram, reddit... It's a bit unclear how to do this though. I've enabled username sign-in, so users can sign in and sign up using a username. However, it's still possible for a user to sign up with just an e-mail address. How do I force every user to pick a (unique) username? Or would you recommend I only keep e-mails in Kinde and keep usernames separate in my own DB?

Suspend an Organisation?

Is it possible to suspend an organisation i.e. for none payment? At the moment it looks like I have to loop through all users and suspend them individually.

NextJS Kinde SDK not auto-refreshing tokens

I've wrapped my app inside of the authProvider component i've created following the docs, however tokens are not being refreshed as they should be.
No description

Get Logo From User Org

Hi guys, I'm just wondering if it's possible to retrieve the organization logo (or logo link) from the organization object in next.js. I'd like to be able to display the user's logged in organization logo within my app but I'm not sure if or how that's possible....

Kinde Managment API JS SDK missing endpoints - Identities

Maybe i just cant find it rn but does the managment SDK not have the Identities API Endpoint?

Logging user out after 30 mins of inactivity

Hi chat, I'm working on a project that interacts with banking data. To protect that data one of the steps we are taking is to log users out after 30 minutes of inactivity. To achieve this we have a two step process. Firstly in NextJS detecting inactivity (no mouse movements, clicks, etc) and logging the user out. Secondly, by setting the lifetime of the tokens to be no longer than 30 minutes. My question is what should my Kinde token expiries look like to achieve this?...
No description

How to get role of the current logged in user

the current getRole method is not working for next js, it is returning null kinde- 2.3.8...

How to get better Error messages when the user is logging, and option for refresh

I think there shoud be a redirecition link when something like this happens so the user can be redirected to the home page
No description

How to get Slack specific user data?

Hi, I'm using Slack authentication and have configured "scopes" in Slack App. I'm wondering how to retrieve slack data like workspaceId from Kinde nextjs sdk?

Remove the email verification for the other oauth

how to remove the otp email verfication features while doing facebook auth in the kinde auth ?

Bulk update feature flag by user email.

Is there any API available to bulk update feature flags for a specific group of users by their email?

Having problems with supplying scope to Kinde API

Hi, I'm trying to add some scopes so that I can use the Kinde API through M2M. My backend for this is .NET but I'm not able to generate a token so I've also tried through Postman. Every time I try to supply a scope when authorising I get something the along the lines of The OAuth 2.0 Client is not allowed to request scope 'read:users'. I have checked that my application is authorised and read:users is enabled in the Kinde admin UI. I am using the audience as per the Kinde UI. Not supplying any...
No description

Callback URLs bug

I have in my project configured the URL callbacks and none of them work, neither the local URL nor the production one works, always when I click on login I get invalid callback url but I have them in the callbacks of my NEXTJS app.
No description

Configuring DynamoDB express session store

I'm trying to setup a DynamoDB store for express-session and I was asked by my DevOps to set a "partition key" and "sort key". Does the ExpressJS SDK uses specific keys I should use, or it doesn't matter what I use?

Kinde Billing Release Date?

I signed up for early access quite a bit ago and I was just wondering if there is any sort of release time line? Even just knowing a quarter it might be released in. Any any indication of cost? I have been going down the path with Chargebee BUT I would love to launch with a single integrated solution for IdP, Billing and Entitlements. I need to plan for launch so I have to decide one way or the other. Any information is appreciated....

A nuxt project from scratch giving index.mjs error (Kinde Nuxt Module)

Hello, I started a nuxt project from scratch and installed the kinde module. When I say npm run dev I get the following error. [worker reload] [worker init] ...'project path'... .nuxt/dev/index.mjs failed ...

Get list of users who consented to marketing emails

Hey there I cant find a way to either filter users or export them with data about kp_marketing_consent If we want to send out emails that would be like a must have feature...