Kinde

K

Kinde

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

Join

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

More frequent 504 errors

Hi. I have heard a more frequent complaint of "504 Gateway Timeout" errors (last one was ~9 hours ago) over the past few weeks. What is causing these and what are you doing to address them? It leaves our users confused. Thanks...

Next.js - Middleware for Kinde & Redirect to login page

Hi, I'm coming from a Kinde competitor, I love Kinde. It has many more advantage for me also how it already includes the 2FA. I am using Next.js 14 I want to redirect user to login page directly. Docs says 💡 As of right now the middleware in the app router does not work when trying to redirect to api/auth/login. This is because of Next.js caching which causes issues during authentication.. So do I have to put ```js const { isAuthenticated, isLoading } = useKindeBrowserClient(); ...

<LoginLink> / <RegisterLink> causes: "Error: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext)"

CODE CAUSES ERROR: ```js import { LoginLink, RegisterLink } from "@kinde-oss/kinde-auth-nextjs"; // ......

redirect

Is it possible to support dynamic post-login redirects instead of changing the KINDE_POST_LOGIN_REDIRECT_URL env using something like a query parameter? I'm using sveltekit and a solution where I pass in something like /api/auth/login?postLoginRedirect="xyz" or /api/auth/login?redirect="xyz" would be ideal for this imo....

KindeSDKError2: Attempting to commit invalid id_token token "undefined" to memory

hi, i am running into this error when running into production and am not sure why because it doesn't occur locally. Please let me know your thoughts.
KindeSDKError2: Attempting to commit invalid id_token token "undefined" to memory
KindeSDKError2: Attempting to commit invalid id_token token "undefined" to memory
...

custom domain

i have configured my subdomain 'https://accounts.coachbots.com/' but it shows privacy error. my other subdomains are running without any issues

Can I describe external id using

I want to store additional data and want to access it like a subscription expiring date, and some metadata. How can I achieve that?