Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 252 Bytes

File metadata and controls

16 lines (10 loc) · 252 Bytes

Token

A simple example showing how to get a valid token.

Dependencies

How to use

./gradlew build
java -jar ./build/libs/token-1.0.0.jar <consumer-token> <employee-token>

Also check out the ./build.gradle file.