Skip to content

Compare: Using Scopes

Showing with 0 additions and 2 deletions.
  1. +0 −2 Using-Scopes.md
2 changes: 0 additions & 2 deletions Using-Scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Doorkeeper scopes have an extra functionality which is the Default Scopes.

Default Scopes are the ones that are selected for authorizations that do not specify which scopes they need. In other words, if the client does not pass `scope` parameter in the authorization URI then these are the scopes that they will get assigned.

**Note:** In this situation the issued token will have an empty `scopes` attribute as well, so if you then add another default scope at a later date, previously issued tokens will automatically grant access to this scope as well. If you want to avoid this you can invalidate these tokens by deleting them from your database.

## Usage (versions +0.4)

### Configuration
Expand Down