Because nimbus uses AWS Cognito as its OAuth provider, it is non-trivial to generate login tokens. Hence we created a simple tool that will allow you to generate the tokens.
The tool is available at the following Repo:
Installation
git clone https://github.com/aegion-dynamic/jwt-token-printer
cd jwt-token-printer
go install .