Skip to content
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

Implement User Registration API #5

Open
delucca opened this issue Oct 1, 2024 · 0 comments
Open

Implement User Registration API #5

delucca opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@delucca
Copy link
Member

delucca commented Oct 1, 2024

Type of Issue

Feature Request

Description

Develop an API endpoint that allows new users to register. The registration flow should include input validation, secure password hashing, and storing user information in the database.

Additional Context

The user registration process should validate input (e.g., email, password strength) and store data securely, ensuring hashed passwords with a strong encryption algorithm like bcrypt.

Acceptance Criteria

  1. User registration endpoint is implemented.
  2. Input validation is included (email, password strength).
  3. Passwords are securely hashed before storing.
  4. Successful registrations store user information in the database.
@delucca delucca added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant