getUserOrganizations returning null
I have a problem with "Invalid callback URL" issue
`onRedirectCallback` receiving `undefined` value in Remix
Email password configured but I get magic link
getKindeServerSession() - secure?
What is the recommended way to do Kinde auth with a SPA app (Vue) and a REST API (Fastify)
@kinde-oss/kinde-auth-pkce-js
package to the frontend app along with a "Sign in" button and I'm able to invoke getToken
on the kinde client and pass that down to the API in the Authorization: Bearer ${token}
header. I am also able to invoke getUser
to get user details for the logged in user. So far so good. The part where I get confused is in t...Customize e-mail
Hasura integrations. Claims key not found
Use callbacks_url with and without intl18 subdomains
User unable to login
auth.inrange.io
. In the Kinde dashboard the user's profile reports Total sign-ins: 0 and Failed sign-ins: 0. Can you help me to diagnose and fix this login issue?First time user authentication and database entry
Error on User export requests page
newly added team member does not have role admin
Kinde Management API - 400 Bad Request: malformed Host header
Accessing Kinde from Redux store
Kinde user is lost in Nextjs development by HMR
Remix: onRedirectCallback Functionality in Documentation
onRedirectCallback
function appears to be misleading or outdated. Specifically, it suggests that the handleAuth
function accepts a third parameter, which can be used to define a callback to be executed after user authentication. However, based on my experience, the handleAuth
function only accepts two parameters: request: Request
and route: any
. This discrepancy makes it difficult to implement the feature as described.
I was trying to call the onRedirectCallback
function after a user has been successfully authenticated, as per the instructions provided in the documentation. My goal was to execute some custom logic after the authentication step, such as logging user information.
Here’s the specific code I used:...How to use Is_create_org in NextJs.
Missing Email and Profile Picture When Authenticating with Hotmail Accounts