Skip to content

Commit

Permalink
Merge branch 'bitly/pull/641' (add /oauth2/sign_out to docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Nov 22, 2018
2 parents b11d380 + 3a2966d commit 23d53c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 23d53c2

Please sign in to comment.