This repository contains source code of all the applications used in lecture "Getting started with oAuth 2.0".
- oauth-demo-web-app - Angular web application
- oauth-server - Authorization server (Spring boot app)
- resource-server - Resource server (Spring boot app)
For your convenience everything can be run with docker-compose
, simply checkout repository and run
docker-compose up
in root directory.
Once everything is up and running open http://localhost
page.