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

main backend API #1

Closed
4 tasks done
angelamcosta opened this issue Jun 17, 2024 · 0 comments
Closed
4 tasks done

main backend API #1

angelamcosta opened this issue Jun 17, 2024 · 0 comments
Assignees

Comments

@angelamcosta
Copy link
Owner

angelamcosta commented Jun 17, 2024

User Management Microservice

This microservice handles registration, login and user auth.

  • Successfully registers a user with a unique alias and securely hashed password.
  • User input validation is implemented to ensure secure and valid data.
  • Allows users to log in and receive a JWT token.
  • Allows users to log out and invalidates their session.
@angelamcosta angelamcosta added enhancement New feature or request docker backend labels Jun 17, 2024
@angelamcosta angelamcosta self-assigned this Jun 17, 2024
angelamcosta added a commit that referenced this issue Jun 26, 2024
- [x] Successfully registers a user with a unique alias and securely hashed password.
- [x] User input validation is implemented to ensure secure and valid data.
- [x] Allows users to log in and receive a JWT token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant