File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,21 @@ receive this error.
302302To solve this error, start the [ OAuth process over from the beginning] ( #redirect-users-to-request-github-access )
303303and get a new code.
304304
305+ ## Directing users to review their access for an OAuth application
306+
307+ Users can review and revoke their application authorizations from the [ settings
308+ screen within GitHub] [ settings ] . Integrators can deep link to the authorization
309+ information for their particular app to let their end users review those
310+ details.
311+
312+ To build this link, you'll need your OAuth application's ` client_id ` you
313+ received from GitHub when you [ registered the application] [ apps ] .
314+
315+ https://github.com/settings/connections/applications/:client_id
316+
305317[ oauth changes blog ] : /changes/2013-10-04-oauth-changes-coming/
306318[ basics auth guide ] : /guides/basics-of-authentication/
307319[ deployments ] : /v3/repos/deployments
308320[ public keys ] : /v3/users/keys/
321+ [ settings ] : https://github.com/settings
322+ [ apps ] : https://github.com/settings/applications
You can’t perform that action at this time.
0 commit comments