-
When verifying scopes, manually include scopes from `API::API`. · d774825fTimothy Andrew authored
- They are not included automatically since `API::Users` does not inherit from `API::API`, as I initially assumed. - Scopes declared in `API::API` are considered global (to the API), and need to be included in all cases.
d774825f
×