Welcome to the Kinde community

Home
Members
NanaGaisie
N
NanaGaisie
Offline, last seen 3 months ago
Joined September 23, 2024
From the documentation, the prompt parameter accepts a login or a registration value to determine if your user should land on the sign up or sign in page. Assigning "login" to the prompt parameter works as expected but assigning "register" to the prompt parameter throws the error in the image on the screen.
12 comments
N
v
O
Hey,
I am trying to implement custom authentication with convex. I have done as their documentation says on implements custom authentication. That being said using the useKindeBrowserClient hook to access the isAuthenticated auth data inside the ConvexProviderWithKinde when signed in returns false. I tried logging to the console the auth data in a different component and got the expected result.

The attached files show how I am implementing the custom auth.
I would appreciate any explanation of why this happens and possible ways to resolve this issue.
8 comments
N
/
A
I am using kinde to set up a subscription form to build a waitlist and generate interest on the landing page of my app before it is ready for the public. After subscription, I am redirected to
Plain Text
https://<subdomain>.kinde.com/widgets/subscribe/v1/subscribe
with the json:
Plain Text
{ "status": "success", "message": "Success! You'll be notified as soon as Smartnote is ready." }
.
When a user has already subscribed, I get this error message:
Plain Text
400 Bad request
Sorry, you can not access that page.
You can return to the homepage.


Did I implement this correctly? If not how do you recommend I implement this in my nextjs app.
15 comments
O
N
M
v
I am creating a notion-like app with Nextjs. I am using Convex as my backend. I haven't figured out how to integrate it with Kinde as my custom auth provider. Has someone been able to integrate Kinde auth with Convex. If there is a way, could someone help me?
13 comments
V
s
U
N