This application is a demonstration of how to use Spring to authenticate through the OAuth2 protocol.
Basically, you are just going to run the shell file:
chmod +x runApp.sh
./runApp.sh
- Create an OAuth2 app on github as per the Github OAuth2 Documentation.
- Have Docker installed on your machine.
- Manage Docker as a non-root user. Post-installation steps for Linux
That's it 🥳