Kinde

K

Kinde

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

Join

Data fetch from twitter

No idea how to get the twitter posts after the succefully Login using twitter Auth. Received email, name, I'd, but next step I m missing how to get the login user posts 😞, help? If any Doc. For my issue!

Callback

Hi there. I want to execute a function on my database that checks for the user existence or create a new registry based on the data returned from social auth (e.g. email, username, avatar, etc). Is there someway that when the user sign in through Kinde I automatically execute my own function to my own db?

I get an error when I go to the web page to log in

The error message returned: {"error":"invalid_state","error_description":"The state is missing or does not have enough characters and is therefore considered too weak. Request parameter 'state' must be at least be 8 characters long to ensure sufficient entropy."} NextJS App Router KINDE_CLIENT_ID= ** KINDE_CLIENT_SECRET= **...
No description

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?