Seemless experience for sign-up and sign-in process desired #3031
Closed
stx-chris
started this conversation in
Feature Requests
Replies: 1 comment
-
Please upvote and leave your feedback on the existing feature request: https://feedback.clerk.com/roadmap/2c96310a-847e-4859-9a4e-13d4e82ccd5a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We wanted to use Clerk for a seemless user experience in our Next.js applications. The need to differentiate between sign-up and sign-in is not only confusing to the user, but in our view also unwarranted. It is frustrating if you use sign-up, only to be told that you signed up before and have to use the sign-in form. To circumvent that, we ended up implementing our own logic but we would rather use a robust standard component.
Is it possible to expose only a single sign-"on" component that checks internally whether the user has signed up before and handles the sign-up or sign-in processes internally. It would then be up to the app to respond accordingly.
The sign-on flow would then be as follows:
Looking forward to your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions