This is a simple spring boot application to implementing social login using oauth2
This projects holds three essentials functionalities which are:
- Login with simple credentials
- Login with GitHub credentials
- Login with facebook credentials
- Clone the project
git clone https://github.com/Tountoun/oauth2-social-login- Create app on GitHub and get credentials (client-id and client-secret)
- Create app on facebook developer account platform and get app credentials (client-id, client-secret)
- Update the application.yml file in resources folder of this project with the credentials got
- Run the project