High-Table-Consortium / fullstack-capstone-dockerized

0 stars 3 forks source link

Add user routes for registration, login, profile retrieval, and updates #37

Closed PhamelaMhlaba closed 1 month ago

PhamelaMhlaba commented 1 month ago

Description:

This pull request introduces new routes in the user module to enhance our application’s user management functionality. The following features have been implemented:

User Registration:

User Login:

Profile Retrieval:

Profile Update:

These updates are designed to improve user experience and streamline the authentication process. Error handling has been included to manage potential issues, and input validation is applied to enhance security.