feat: Update login services to use email instead of user object
- Modify the
generateAccessToken
method in theLoginServices
class to accept an email parameter instead of a user object. - Update the
generateAccessToken
method call in theLoginController
class to pass the email parameter instead of the user object. - Improve code readability and maintainability.
See merge request !33 (merged)