harikakondur / moodify

Team 15-01: Moodify is a platform that connects users based on their spotify playlists.
0 stars 0 forks source link

User Registration and Login Backend #24

Open harikakondur opened 2 months ago

harikakondur commented 2 months ago

Implemented user registration and login functionality using bcrypt for password hashing.

Acceptance Criteria: Users can register with a username and password. Registered users can log in with their credentials. Passwords are hashed and stored securely.