Kinde

K

Kinde

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

Join

Add clickable button that redirects them back into the homepage when on authentication page

How do I make the logo clickable, and is it possible to add a button that says Go Back in the login/register page?

[NextJs] [Vercel] Is it possible to use Vercel previews and kinde authentication together?

https://staging-goqov7az4.edubeyond.xyz/ we have custom domains, how can we make it so that callbacks work on any subdomain here's what i have set for callback urls...
No description

[Nuxt] callback URLs independent of the project base URL

Hello, I'm working on cloudflare pages, and it creates a website with a brach name. I am wondering if it is possible to add callback URLs independent of the project base URL in the environment file https://discord.com/channels/1070212618549219328/1217312698694631425...

Not clear error message

Hello I'm getting a not clear error message while creating organization. How can I get some help to solve this problem? {"status": "error", "error_id": "084333668ba747dfbba0128e1536eed2"}...

integration with Frontend-React, Kinde and .Net

As far as I know, in integration with Frontend-React, Kinde manages user sessions, generates and verifies JWT. Frontend application receives this JWT and sends it to the backend with every request. The backend checks the JWT validity of incoming requests and authenticates the user. Okay, but my backend application does not communicate directly with Kinde. This communication is established with Kinde independently of the Frontend and Backend. So, in this case, how will backend enpoints be protect...

MFA setup after initial decline

I see in the docs that when mfa is set to optional, a user should be prompted to enroll mfa at sign-in. This appears to work when the account is created but what if the user declines at sign-in and then decides later to enroll? Is there a way to send them back through the auth flow and have it re-prompt for mfa enrollment? Each time a user signs in after creating the account and declining mfa, it just signs them in after the password is entered. There's no prompt for mfa. I'm just using the OAuth flow, no SDKs. Thanks!...

Error: Authentication failed because it tries to validate state

Suddenly this fail on login, Error: TypeError: fetch failed at _callee2$ (/home/node/app/node_modules/@kinde-oss/kinde-nodejs-sdk/dist/KindeClient.js:407:56)...

Authentication error

I set up a new Rails app using the ruby SDK and I'm getting Authentication error when trying to log in. I see that the user does get registered, but I can't log in for some reason. I get as far as entering confirmation code. I've triple checked my app config (which is more or less the default) and callback URLs and everything seems correct.

Auth Mails go to SPAM

Dear Kinde Support, Every emails for authentification when creating users go to spam... Gmail says the address used to send the mail (i guess [email protected]) was used to collect private info on users before. which is not good at all for my business....

Not receiving any emails

Dear Kinde Support, unfortunately I am not receiving any emails for authentication when creating users (using EU/Ireland). Resending codes doesn't help. Even when I first tried to register for your service, I couldn't create an account, since I wasn't receiving any mails with codes. Had to eventually use Google Sign-In to use your service. Thank you for your time and support....

nuxt

Hello Kinde Support, I hope this message finds you well. I am currently working on a project using NuxtJS, and I am interested in implementing the @nuxtjs/kinde module for authentication purposes. Before proceeding, I wanted to confirm if the @nuxtjs/kinde module supports the creation and use of custom login pages within a NuxtJS application. If so, could you please provide a simple example or point me to the relevant documentation sections that cover this functionality?...

Set a value property to the Kinde user

Hi guys, I'm looking for some help with this. Currently the flow we use would be like this: - The user visits the web app - If the user does not have a session, it is redirected to the auth provider's access page...

Seamlessly integrating a separate marketing and application site

I have a bit of a weird setup in mind, might be looking for some guidance if possible. Currently, I have two separate subdomains: https://example.com - Astro.build site https://app.example.com - Next.js app...

Integrating Convex with Kinde

Hey, I am trying to implement custom authentication with convex. I have done as their documentation says on implements custom authentication. That being said using the useKindeBrowserClient hook to access the isAuthenticated auth data inside the ConvexProviderWithKinde when signed in returns false. I tried logging to the console the auth data in a different component and got the expected result. The attached files show how I am implementing the custom auth. I would appreciate any explanation of why this happens and possible ways to resolve this issue....

Empty permissions and no roles in jwt tokens.

i am using Kinde for login in react/vite ( that works) and want to us eit for authorization in my flask / pyhton back-end. I get the token, sub and organization are in the Bearer, but Permissions is Empty en there is no role. i want to use them to authorize my flask routes ( and also the front-end but thats the next step. does somenone kknows what iam doing wrong?

Creating users via Kinde API

Hi there! Super new to Kinde and web development in general so apologies for my lack of knowledge in advance. I'm trying to do something that I hope can be done via Kinde but I'm not 100% sure - I'd like for a logged in user with a specific role (ie a manager) to be able to add users to Kinde (within their organisation) via our site using the Kinde API. Our app is full-stack NextJS using app routing with TypeScript, so I looked through the NextJS SDK documentation. I first got very stuck looking at the code snippets there as I couldn't find any documentation for how to use the API with createKindeManagementAPIClient especially trying to use the createUser method on the usersApi. ...

login front and backend with same token

Hi, I'm new using kinde and I'm surprised, it's great. My architecture is nuxt3 front and feathers for backend. Kind and front any surprise but with my backend (holds users, and manage my database) I tryed to send the same jwt token but I have issues. Has anyone an example of similar arquitecture for login on tbe front and reuse the token on the backend. Feathers has jwt and has the same secret....

Machine to Machine Account & Custom Domain

When making an api call with a machine to machine account, it's working with our {businesname}.kinde.com domain but not with our custom domain. Have I configured something incorrectly, or do i need to enable the custom domain in the M2M app somehow?

error: getuser is not a function

I get the error: ```tsx Header.tsx:18 Uncaught (in promise) TypeError: getUser is not a function at getUsr (Header.tsx:18:22)...