Use the form below to generate a JWT that can be used to login to various systems.
Great question! A few items to consider...
If you're still worried, this app is a Docker container, so you can run it yourself too!
docker container run -dp 443:443 code.vt.edu:5005/devcom/ed-jwt-generator
If you want to be extra nerdy, you can add this alias and then simply run get-jwt
:
alias get-jwt='docker container run -dtip 443:443 --name jwt_gen code.vt.edu:5005/devcom/ed-jwt-generator; open https://localhost; docker container attach jwt_gen; docker container rm -f jwt_gen'