Simple Spring Boot Application for testing OAuth
In order to login with GitHub, you need to provide a valid GitHub Client ID and Client secret.
To create these, go to GitHub Apps and register a new GitHub App.
In order to login with Google, you need to provide a valid Google Client ID and Client secret.
To create these, go to Google Cloud Platform.
In order to login with Facebook, you need to provide a valid Facebook Client ID and Client secret.
To create these, go to Facebook for Developers and create a new App.
Don't put your Client ID and Client secret into the application.yml file.
Instead, create the corresponding environment variables.