Should I include user model in database schema? And how to handle users registering their business?
username
email
registryDate
gotWarnings
? If we answer this question and let's say I shouldn't create a user model since I use Kinde, how should I handle the situation users register their restaurants in my app? I'm not trying to ask something unrelated but how that relation works with the Kinde user and restaurant if I create the restaurant model. I use Convex as my...isAuthenticated === false vs user === null
Multi-factor auth using SMS - Where is the user's phone number stored?
Protecting routes in Next.js App Router middleware
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.Should I read this as "currently, protecting routes in the middleware doesn't work, and the code examples mentioned in this docs section won't work either"? ...
User's first and last names are overridden when user logs in using Google
`await getUser()` doesn't return the first and last name
Does Kinde provide Login/SignUp components for custom Login/SignUp pages?
myapp.com/login
page in Next.js App Router application, and render a Login component like in the screenshot. Does Kinde provide such component? (Similar to Clerk's SignIn component: https://clerk.com/docs/references/nextjs/custom-signup-signin-pages)
The custom sign-in docs don't mention anything about pre-built components: https://kinde.com/docs/authentication-and-access/custom-authentication-pages/#custom-sign-up-and-sign-in-pages...Subscribe Form...React
Separate login per organization
Kinde Management api
Protect Next.js route handlers with machine-to-machine application?
Logout button doesn't rendered
Chaining Middlewares Next.JS Kinde + next-international
Has anyone used kinde_flutter_sdk to build android app?
Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl....
Unable to login to our dashboard in Kinde
Billing feature launch date
What would be the most secure way to create invitation link for users to join an organizations ?
Does the expo/RN SDK work with react native web?
How to prefill "First name" and "Last name" like we can do email with "login_hint"