Secure authentication and authorization system built with spring boot OAuth2. This project demonstrates how to integrate Google login
This features are available in this project
- Google login: Login with your google account
- Maven
- Clone the repository
$ git clone https://github.com/SteveTetchoup26/OAuth2-web-app.git [project_name]- Start Application
$ cd [project_name]
$ npm run devTo run the project with docker, just run
$ docker-compose up --build