Seamless Signup Login Experience #9490
Closed
Kamasah-Dickson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Enable users to sign up and seamlessly log in without being redirected to the login page to re-enter credentials especially in cases of using external database and a custom backend verify endpoint to onboard users.
Improve the onboarding process by reducing friction and creating a more user-friendly experience. users straight up should be authorized on signup.
Streamline the journey for new users, allowing them to access the platform immediately after completing the signup process.
Save users time by eliminating the additional step of navigating to the login page post-signup.
positive first impression for new users, fostering a sense of ease and satisfaction during the initial interaction with the platform.
Non-Goals
Background
Firebase Authentication sets the precedent for a seamless user onboarding experience. Upon signup, Firebase automatically logs in users, eliminating the need for an additional login step. This efficient process streamlines the user journey, ensuring immediate access and serving as inspiration for a feature that prioritizes a swift and frictionless signup-login experience in other platforms.
Proposal
The implementation of this feature involves users being authenticated without redirecting to a separate login page. This may require adjustments to the authentication logic. maybe a secondary credential authorize function that returns or accept the user upon signup and then logs them in. just like how the [...nextAuth] authorize function does return the user upon signIn.
Beta Was this translation helpful? Give feedback.
All reactions