You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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.