Commit Graph

3 Commits

Author SHA1 Message Date
Andy Zhao ab12fee4d1 authhandler: Make authHandler the last parameter 2021-03-17 12:29:45 -07: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