Commit Graph

5 Commits

Author SHA1 Message Date
Andy Zhao 0d1849c457 authhandler: Add support for PKCE 2022-06-06 12:42:11 -07:00
Andy Zhao 1ae374609f authhandler: Reword comment regarding state 2021-03-19 11:49:16 -07:00
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