Skip to content

Commit 23d53c2

Browse files
committed
Merge branch 'bitly/pull/641' (add /oauth2/sign_out to docs)
2 parents b11d380 + 3a2966d commit 23d53c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w
327327
* /oauth2/start - a URL that will redirect to start the OAuth cycle
328328
* /oauth2/callback - the URL used at the end of the OAuth cycle. The oauth app will be configured with this as the callback url.
329329
* /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](#nginx-auth-request)
330+
* /oauth2/sign_out - signs out (clears cookies)
330331

331332
## Request signatures
332333

0 commit comments

Comments
 (0)