From 3a2966d4d61bfe79201732f6e91afa72efd8443c Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 15 Aug 2018 15:25:57 -0700 Subject: [PATCH] Added /oauth2/sign_out to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03c753cce..79a3972df 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w * /oauth2/start - a URL that will redirect to start the OAuth cycle * /oauth2/callback - the URL used at the end of the OAuth cycle. The oauth app will be configured with this as the callback url. * /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](#nginx-auth-request) +* /oauth2/sign_out - signs out (clears cookies) ## Request signatures