Content
Updated by Jan Sandbrink 22 days ago
**As** an administrator
**I want to** validate the scope of JWTs
**so that** they can only be used in the context that they were intended to be used for.
**Acceptance criteria**
* For incoming JWTs, we validate the scope similar to how we do it for access tokens issued by Doorkeeper
* This means incoming JWTs need to carry a scope to be able to access our APIs (e.g.
* TBD: Potentially make a temporary exception for when validating `api_v3` for requests to APIv3)
**I want to** validate the scope of JWTs
**so that** they can only be used in the context that they were intended to be used for.
**Acceptance criteria**
* For incoming JWTs, we validate the scope similar to how we do it for access tokens issued by Doorkeeper
* This means incoming JWTs need to carry a scope to be able to access our APIs (e.g.
* TBD: Potentially make a temporary exception for when validating