File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ additional permission, but don’t forget that users can always say no.
9696Check out the [ Basics of Authentication guide] [ basics auth guide ] which
9797provides tips on handling modifiable token scopes.
9898
99+ #### Normalized scopes
100+
101+ When requesting multiple scopes, the token will be saved with a normalized list
102+ of scopes, discarding any scopes that are already included in any other scopes
103+ in the list. For example, requesting ` user,gist,user:email ` will result in a
104+ token with ` user ` and ` gist ` scopes only since the access granted with
105+ ` user:email ` scope [ is included] ( #scopes ) in the ` user ` scope.
106+
99107### 3. Use the access token to access the API
100108
101109The access token allows you to make requests to the API on a behalf of a user.
You can’t perform that action at this time.
0 commit comments