Skip to content

Releases: rogelioolarte/multiple-auth-api

MultiAuthAPI

26 Jan 10:39
0add690
Compare
Choose a tag to compare

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.