In this session, we will implement a simple Spring Boot application and protect the endpoints via Github Oauth2. The end to end scenario will be:
- Go to login page
- Login via Github
- Handle callback and retrieve necessary token
- Include token in the headers before sending any request to Spring Boot app.
There are no comments. Be the first one!