error: getuser is not a function
More frequent 504 errors
Next.js - Middleware for Kinde & Redirect to login page
💡 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)"
redirect
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
KindeSDKError2: Attempting to commit invalid id_token token "undefined" to memory
KindeSDKError2: Attempting to commit invalid id_token token "undefined" to memory
custom domain
Can I describe external id using
Integrating with React, Vite, URQL
Organization branding control
Proper use of Organizations as opposed to Applications
We can't find your account
Hey, i want to make a data stored per accounts using kinde typescript, how to do it?
I want to save data like username, preferred locale, theme for a user in my React App
Vercel deployment - Invalid callback url
Only Signup page
{ errors: [ { code: 'NAME_REQUIRED', message: 'Name is required' } ] }
Post Logout Redirect Parameter
/api/auth/logout?post_logout_redirect_url=/logout?from=logout
but this keept sending me to / which is my default after logout url....