Role verification in nestJs framework using passport-jwt
You will need to have another guard to make a role verification.
You can get an example of implementation in NestJS docs (https://docs.nestjs.com/guards), in the "Role-based authentication" section.