A standalone Kotlin project for signing JWTs for Rastro
You need to have Docker installed
- Edit file
GeneratekeyApplication.ktundersrc/main/kotlin/nl/ngti/rastrojwt- Change the value of
contextto the desired context - Change the value of
issuerto the desired issuer - Change the value of
privateKeyto the privateKey from the context - Change the value of
publicKeyto the publicKey from the context
- Change the value of
- Run the application with Docker
docker build . -t rastrojwtdocker run rastrojwt
- JWT and UserId will show up on terminal output