Почитал в Вики про jwt начало. Там написано что жвт используется для аутентификации. Это я к тому что роли, доступы, баны — это уже авторизация. Разные вещи как бы.
https://auth0.com/docs/jwtAuthorization: Once a user is successfully logged in, an application may request to access routes, services, or resources (e.g., APIs) on behalf of that user. To do so, in every request, it must pass an Access Token, which may be in the form of a JWT. Single Sign-on (SSO) widely uses JWT because of the small overhead of the format, and its ability to easily be used across different domains. To learn more about how to use Access Tokens with Auth0, see Access Tokens.