A command line tool to get a token from a oauth2 server through authorization flow (browser flow)
Install
go get -u github.com/olafurbergs/getto
Usage
GetTo(ken) utility to get access tokens through oauth2 authorization flow
Usage of ./getto:
-config string
The configuration file to use. (default ".getto")
-init
Used to create a configuration file with example configuration profile.
-print-config
Prints out current configuration file.
-profile string
The configuration profile to use. (default "default")