Commit Graph

4 Commits

Author SHA1 Message Date
Andy Zhao 8a926e1234 authhandler: Rename to CmdAuthorizationHandler and add example_test.go 2021-03-15 13:45:25 -07:00
Andy Zhao 7c289229ae authhandler: Update default_authhandler.go to inline handler logic 2021-03-11 21:36:49 -08:00
Andy Zhao cde11fb840 authhandler: Add authhandler_test.go 2021-03-11 21:22:41 -08:00
Andy Zhao 11059998b3 authhandler: Add support for 3-legged-OAuth
Added authhandler.go, which implements a TokenSource
to support "three-legged OAuth 2.0" via a custom
AuthorizationHandler.

Added default_authhandler.go to provide a command line
implementation for AuthorizationHandler.
2021-03-09 14:06:02 -08:00