Could it be, that if I configure the location like this ``` auth_jwt_require_claim realm_access.roles intersect json=["medelexis-ee-report-viewer"]; ``` it is not verified if the token is expired? I don't entirely understand the documentation Do not process if verified by auth_jwt_require_claim directive but in practice this seems to be the case?! If yes, why? Could we better document this? Can I stil validate if the token is expired despite testing for the claim?