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