andreirce / taqtile-api

0 stars 0 forks source link

Feature/user login #21

Closed andreirce closed 3 weeks ago

andreirce commented 1 month ago

This pull request implements the user authentication logic using JWT, allowing registered users to log in with their credentials. Additionally, validation was added to ensure the credentials are correct and to provide appropriate error messages. Also, corresponding tests were created to ensure the login functionality works correctly for both valid credentials and error cases.