Skip to content

Commit 913bda4

Browse files
author
Sarah Edwards
authored
Issue #4919--update text around modifiable OAuth app scopes (#15983)
* update text around modifiable OAuth app scopes * simplify sentence structure
1 parent f9815df commit 913bda4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/rest/guides/basics-of-authentication.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,7 @@ application, you should probably use [a library written in the language of your
127127

128128
#### Checking granted scopes
129129

130-
In the future, users will be able to [edit the scopes you requested][edit scopes post],
131-
and your application might be granted less access than you originally asked for.
132-
So, before making any requests with the token, you should check the scopes that
133-
were granted for the token by the user.
130+
Users can edit the scopes you requested by directly changing the URL. This can grant your application less access than you originally asked for. Before making any requests with the token, check the scopes that were granted for the token by the user. For more information about requested and granted scopes, see "[Scopes for OAuth Apps](/developers/apps/scopes-for-oauth-apps#requested-scopes-and-granted-scopes)."
134131

135132
The scopes that were granted are returned as a part of the response from
136133
exchanging a token.
@@ -365,7 +362,6 @@ we would've seen the same confirmation dialog from earlier pop-up and warn us.
365362
[REST Client]: https://github.com/archiloque/rest-client
366363
[libraries]: /libraries/
367364
[oauth scopes]: /apps/building-oauth-apps/understanding-scopes-for-oauth-apps/
368-
[edit scopes post]: https://developer.github.com/changes/2013-10-04-oauth-changes-coming/
369365
[platform samples]: https://github.com/github/platform-samples/tree/master/api/ruby/basics-of-authentication
370366
[new oauth app]: https://github.com/settings/applications/new
371367
[app settings]: https://github.com/settings/developers

0 commit comments

Comments
 (0)