-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔐 Build the Login Experience #56
Comments
claim |
/info |
|
i would like to work on this. |
@Apoorv012 whats your progress? |
It has been more than 2 days. Is this issue still open. I would like to claim it, if it is still opened. |
Hey @shubhranka Since you have not registered, you can't work on this issue. If you have already registered on unstop & joined discord server after registering on https://events.geekhaven.in, then contact organisers. Thanks for your interest in OpenCode'24 ✨✨! |
@shubhranka you can take this issue but register first |
/info |
claim |
Claim |
"Authentication is a crucial aspect of any application, ensuring secure access and user management."
Your task is to implement the authentication services for the project. This involves creating a dedicated class for authentication services and implementing the following functionalities:
User Login:
Validate user credentials (e.g., email and password).
Generate and return a token upon successful authentication.
Handle errors such as incorrect credentials or unregistered accounts.
User Signup:
Allow new users to register by providing required details like username, email, and password.
Perform necessary validations (e.g., unique email, password strength).
Save the user data securely in the database.
Its Backend is available at WordOut-Backend
The text was updated successfully, but these errors were encountered: