Releases: rogelioolarte/multiple-auth-api
Releases · rogelioolarte/multiple-auth-api
MultiAuthAPI
This release includes the full implementation of a multi-authentication system in a Spring Boot application, allowing users to login or register using email and password, or using OAuth2 (Google).
The application is connected to a PostgreSQL database and uses JWT for authentication. The backend is ready to run alongside a frontend application in Angular.
Features:
- Authentication using JWT.
- Support for OAuth2 (Google) login.
- PostgreSQL integration.