Skip to content

A demo project where I use the Github OAuth2 client for login.

Notifications You must be signed in to change notification settings

henriquelluiz/oauth2-with-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This application is a demonstration of how to use Spring to authenticate through the OAuth2 protocol.

What's the easiest way to run this application locally?

Basically, you are just going to run the shell file:

chmod +x runApp.sh
./runApp.sh

What will you need?

  1. Create an OAuth2 app on github as per the Github OAuth2 Documentation.
  2. Have Docker installed on your machine.
  3. Manage Docker as a non-root user. Post-installation steps for Linux

That's it 🥳