Commit Graph

9 Commits

Author SHA1 Message Date
Andy Zhao ca291c568f authhandler: Remove example_test.go 2021-04-12 10:11:51 -07:00
Andy Zhao 48fc0367c2 authhandler: Reword comment regarding state in example 2021-03-19 11:53:37 -07:00
Andy Zhao 1ae374609f authhandler: Reword comment regarding state 2021-03-19 11:49:16 -07:00
Andy Zhao fcaf0780fa authhandler: Remove CmdAuthorizationHandler and use it as example instead 2021-03-18 09:14:52 -07:00
Andy Zhao ab12fee4d1 authhandler: Make authHandler the last parameter 2021-03-17 12:29:45 -07:00
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