SFTPGO
JWT Token Generation
This example shows how to run sftpgo sal example to generate jwt token
To run the api key generation example
-a
: address, address of sftpgo api like http://localhost:8080/api/v2-u
: username to generate jwt for-p
: password
v -cg run main_jwt.v -a <ADDRESS> -u <USERNAME> -p <PASSWORD>