/token-slinger

Java JWT Authentication Server

Primary LanguageJava

TokenSlinger

TokenSlinger is a Java oauth2 resource server useful for granting JWT authorization tokens for a single application or for a set of applications.

Building the code

git clone https://github.com/Zanuah/token-slinger.git
cd token-slinger
./mvnw package

Usage

docker-compose up --build
./mvnw spring-boot:run

License

MIT