Security
| 
 This is the documentation of the GraphQL Library version 7. For the long-term support (LTS) version 5, refer to GraphQL Library version 5 LTS.  | 
- 
Configuration - Configuration of JSON Web Token (JWT) authentication with encoded or decoded JWTs.
 - 
Authentication - Explicit authentication for different operations on different parts of your schema with the
@authenticationdirective. - 
Authorization - Rule-based authorization filtering and validation with the
@authorizationdirective. - 
Subscriptions authorization - Rule-based authorization for subscriptions with the
@subscriptionsAuthorizationdirective. - 
Impersonation and user switching - How to set up impersonation and user switching features.
 - 
Operation examples - GraphQL query examples on how to trigger the evaluation of different authentication and authorization rules.