TokenSlinger is a Java oauth2 resource server useful for granting JWT authorization tokens for a single application or for a set of applications.
git clone https://github.com/Zanuah/token-slinger.git
cd token-slinger
./mvnw package
docker-compose up --build
./mvnw spring-boot:run