chronograf/oauth2
Tim Raymond c3ada06c93 Update/Cleanup OAuth2 documentation
Information on setting up Heroku and Google authentication has been
added. Also, the information about the design has been updated and moved
to the oauth2 package docs along with updated diagrams to match with
developer expectations about where design-related documentation should
be found.
2017-02-21 11:04:01 -05:00
..
auth.go Add unified OAuth2 logout route redirecting to provider logout 2017-02-15 16:29:13 -06:00
auth_test.go Add unified OAuth2 logout route redirecting to provider logout 2017-02-15 16:29:13 -06:00
doc.go Update/Cleanup OAuth2 documentation 2017-02-21 11:04:01 -05:00
github.go Remove unneeded authenticator from github 2017-02-14 23:09:34 -06:00
github_test.go Add Github OAuth2 principal email/org tests 2017-02-16 13:26:08 -06:00
google.go Add --public-url CLI option to support google oauth redirect uri 2017-02-14 23:34:15 -06:00
google_test.go Add google OAuth2 principal domain/email test 2017-02-16 13:36:37 -06:00
heroku.go Configure Heroku OAuth2 properly 2017-02-16 12:56:01 -05:00
heroku_test.go Add Github OAuth2 principal email/org tests 2017-02-16 13:26:08 -06:00
jwt.go Add unified OAuth2 logout route redirecting to provider logout 2017-02-15 16:29:13 -06:00
jwt_test.go Add unified OAuth2 logout route redirecting to provider logout 2017-02-15 16:29:13 -06:00
mux.go Rename JWTMux to CookieMux 2017-02-17 12:57:08 -05:00
mux_test.go Rename JWTMux to CookieMux 2017-02-17 12:57:08 -05:00
oauth2.go Add unified OAuth2 logout route redirecting to provider logout 2017-02-15 16:29:13 -06:00
oauth2_test.go Add test for oauth2.Callback() handler 2017-02-17 12:41:14 -05:00