You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a font-end React application called movie-ui. Besides, we will use OAuth2 (Social Login) to secure both applications.
In this Java Spring Boot Project Spring Security for a demo web app is implemented. That includes 1. Form Login (multiple user with different roles) 2. Login using different 3rd party OAuth2 authentication support providers (e.g. GitHub, Google, Facebook) and more.