Skip to content

Releases: DevRuibin/authentication-service

Basic register and login

02 Jan 00:36
Compare
Choose a tag to compare

The Authentication Service in your application is responsible for managing user registration, login, and token management. It uses JWT tokens for session management and bcrypt for password hashing. The service currently supports user registration and login, and plans to support password reset, token refresh, and email-based login in the future. The API documentation for the service is available at http://localhost:8080/swagger-ui/index.html.