When verifying scopes, manually include scopes from `API::API`.
- 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.
Showing
Please
register
or
sign in
to comment