Kinde

K

Kinde

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

Join

NET.::ERR_CERT_COMMON_NAME_INVALID

once in a while some customers get NET.::ERR_CERT_COMMON_NAME_INVALID error from kinde, why is that? and how to fix it

adding a loading state to the SignIn component in NextJS

On clicking the sign in button it seems to take quite a few seconds for the kinde login page to load… anyone got any patterns for adding a loading state to the button?

Login to Org using Next.js Login Link

I can't seem to get the loginlink to work. I click the link/button and it does nothing. When I hover, the link looks correct? See attached screenshot (at bottom). No network call happens. ``` "use client"; ...
No description

Updating custom properties

Is there any additional documentation for than this section for using the management api through the nextjs-sdk (app router)? https://kinde.com/docs/developer-tools/nextjs-sdk/#kinde-management-api Just looking at it and can see additional methods, for example, client.usersApi.updateUserProperties but cannot seem to find any docs for the methods....

how long does it take for cert to be issued?

Pretty much that, we see on dashboard that cert has been issued, but when we try testing login this is happening.
No description

Cors error on redirect

hey there I'm getting cors error on signup redirect when users sign up, this doesn't happen in local environment only on production, I've deployed my project on Vercel

Nuxt, router.push("/api/login") raises 404 error

router.push("/api/login") redirect /api/login but it raises 404 error, however when I refresh the page it works, what should I use instead of router.push ?

Auth works in Development but not on Prod

hey there, I keep getting this error: Invalid callback URL The callback URL provided is invalid. You provided: https://www.chatswithpdf.com/api/auth/kinde_callback...
No description

Architecture idea for B2B2C app

Hi guys! Just integrated Kinde last week for my MVP, loving the product so far 🙌🏻🙌🏻 Just wanted to know your thoughts on the best possible architecture for my authentication flow In short terms, the app is a “B2B2C” schema. I’ll have two kinds of “user types”: “Nutritionists” and “Patients” ...

Manually fetch user

nextjs sdk: Is it possible to fetch the user inside a function? Because on component mount, it's null. Then after some time, it loads. I want to track the progress with a loading state like the other fetches in fetchData. How do I do that? It's running the useEffect twice which messes up the loading state. ``` const ListingContent: React.FC<ListingCardModalProps> = ({ listing }) => { const [loading, setLoading] = useState(false);...

testing best practices

Hey folks, Looking into Kinde the last days I am pretty confident I want to use it for my product. Last thing I need to find out is how to properly integrate it in my ci cd pipeline. ...

need access for kinde billing, please need urgent

i need early access for kinde subcription pleasee

Unable to make a POST request to retrieve a token with `grant_type` of `authorization_code`

I'm attempting to follow the "Quick Start" guide on signing in users. I have successfully retrieved the CALLBACK_AUTHORIZATION_CODE, but when I attempt to request the token I get a 400 error. I'm following this documentation: https://kinde.com/docs/developer-tools/using-kinde-without-an-sdk/#handling-the-callback The request I'm making is to:...

Github connected apps

Hi, I've been struggling to set up a Github login via Connected apps. I'll try to explain it briefly. I'm a newbie so excuse me if anything I'm missing is an easy one. I'm trying to authorize my Github app when logging in however, if I switch off the Github social sign-in on the Kinde dashboard, the default Kinde login button component redirects to a page where there is no "Login with Github" button. I assume in this case if I use Connected apps I should handle this transition page myself. But then am I gonna be able to receive the logged-in user's data within my app via getKindeServerSession() ? I've been searching through the docs and I'm quite confused with the settings of the login options....

Kinde Pro subscription + Expo question

Hi, Together with a group of several colleagues, we are creating a non-profit project for an event at our university for students. It is an IT conference where students from local schools attend workshops where they scan QR codes, thanks to which they then take part in a prize draw.0 We used Clerk but unfortunately it does not meet our capabilities, so we decided to use your solution. This raises two questions: 1) Does your SDK for Expo also work with Expo-Web? We need to create a PWA that will also work on iPhone and unfortunately we don't have Macbooks/Expo money to release an app for IOS. 2) Is there a chance to get your Kinde Premium service? Actually, we just need the ability to add more roles - User, Administrator, Volunteer and Lecturer. Of course, I have a student email address with which I can confirm my academic affiliation (University located in Poland, if it matters)...

Trouble with createKindeManagementAPIClient.usersApi

Hi, I'm just starting with Kinde, and I'm trying to use the Users API. I've enabled the API in my environment, but when I add the following code, it errors out.
const kindeClient = await createKindeManagementAPIClient();
const kindeUsers = await kindeClient.usersApi.getUsers();
const kindeClient = await createKindeManagementAPIClient();
const kindeUsers = await kindeClient.usersApi.getUsers();
...

Reducing log spam when user not logged in

Is there a way to suppress the error in the logs when accessing Kinde data when not logged in? I'm referring to Error: Cannot get user details, no authentication credential found.

Reading Kinde user's discord id, if possible

Hey Is it possible to read Kinde user's discord id? Is it being stored?...
No description

GitHub Connected App Not Working

Hello, ~ Two weeks ago, I raised a ticket with support (via chat widget) regarding GitHub OAuth and Connected Apps, but I have not received any assistance in resolving the issue. I have provided a screen recording and step-by-step instructions....