JASMIN Server
JASMIN (Jwt Authentication Server & Microservice INterceptor) is a JWT Resource Server designed for authenticating communication between microservices.
Configurations
info
JASMIN uses a unique secretKey across your microservice ecosystem. to generate, simply use:
openssl rand -base64 172 | tr -d '\n'
As practice, this secretKey injection should happen at ENV_VAR level.
Future releases will move away from exposing the secretKey.