Kinde

K

Kinde

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

Join

Vercel app not working

i am using the next js kinde sdk's latest version(2.3.6) the app is working correctly on localhost but the deployed version is facing issues on authentication: link : https://casecobra-anand.vercel.app/...
No description

Context user not being returned on auth callback.

I am using the the .Net SDK in a web api. Calling login is working fine and redirecting me to kinde but when I get redirected back the httpcontext is missing the User. All the tokens are returned, and the session cookie is created but the User is null which stops the Authorization working. Any help here would be greatly appreciated....

React Native Expo-secure-storage

Hello there, when building Android the app crash due to the expo-secure-storage, I think I followed all the steps in order to implement SDK but Im not sure if I'm missing something, The project is full expo not bare RN

Loosing session after reload

Im using nextjs with trpc and since yesterday im having the problem that i loose the session when i reload the page. Using login again instantly gives me back the session I've allready updated to kinde-auth-nextjs 2.3.6...

Session details

Is it possible to query user session details such as - How frequently is the user logging in? What is the average time spent per session? I want to use these metrics to create personalised stats pages.

Typo in docs

Small typo in docs, just thought you should know! "sever" -> "server" && "Sesion" -> "Session"...
No description

Get user by id

Hello Trying to get a user by Id using the managment api, but the docs only explain HTML queries and not the JS library. How can i provide arguments in to the function? Example:...

Update the user’s role without needing to enter the Kinde admin.

I would like to update the user’s role without needing to enter the Kinde admin. For example, on a screen, the logged-in user clicks on ‘I want to test a demo,’ and I trigger an action that updates the user’s role in the user table from DEFAULT to DEMO, for instance. How do I do that?

401 Unauthorized on login with email + code

On the login screen - for a few devices, as we enter the email address it return 401 unauthorized while others get the login code in their emails

Next js app router SDK Organization managment

What is the way to create and manage organizations in a Nextjs app router app ?

How to use React SDK with axios

I have a frontend app using @kinde-oss/kinde-auth-react. When I make requests to my backend API server, I want to use axios (axios-http.com) to make the HTTP calls with my Kinde access token. The most natural way of adding the access token to my axios calls is to configure axios with an interceptor which will attempt to retrieve an access token and, if successful, add it as a header. The problem is that the getToken function is provided by useKindeAuth which is a React Hook. But I create my axios instance outside of any React page (in a plain .tsx file) and simply import it when needed. Since my axios instance is created outside of any React component, I'm not able to use the useKindeAuth hook there and so I'm not able to get a reference to the getToken function. So I can't currently configure Axios with an access token....

flutter mobile custom signing

Hello there ! I have mobile Flutter app and I would like to use my own custom screen for Auth so I was looking for a method or an API to somehow auth users manually sending info I got from my form but I don't think I found it reading the doc, any help ?...

When is the billing releasing, I really need the early access urgently

I really need the kinde billling for my bussiness, can you guy give a date when is the early access releasing or can you guys let me in the beta access or something like that?

Redirect to register instead of login?

I have "Start free trial" button on my page. It redirects to /checkout and /checkout is protected by the middleware. But the problem is it redirects user to login instead of register. How can I make it redirect to register? I use Next.js SDK

Use persisted tokens in elixir

A bit more than a week ago I created an issue on GitHub (https://github.com/kinde-oss/kinde-elixir-sdk/issues/11) about how to use the Elixir SDK to use persisted tokens. But I haven't received any feedback/answers so far. Can anyone help me?...

Vue3 integration

I'm surprised Angular and React are supported but not Vue3. Is it planned ? Thanks 😉...

Authentication in a Chrome extension

I'd like to require users of my Chrome extension to enter a username and password to log in. The extension opens a sidepanel for its user interface (it uses React), so that's where I'd like the userid/pw fields to appear. Chrome has draconian security rules, so it's sometimes tricky to integrate third-party software. To avoid any issues, I was wondering if there was an example I could follow.

When will "Create identity" API endpoint support type: "phone" ?

Currently the endpoint only supports "email" and "username"

Is there a way to get the active sessions of a user?

I want to enable the user to see his login-sessions and also manually terminate certain sessions if he chooses to. Is there an endpoint to list the active sessions of a user and one to terminate them?...

How do I link a social login to an existing User?

For Example a User has registered via Username and wants to link his Google Account to also sign in with Google? How would that work?