Utility class for JWT-related operations. This class provides methods for generating and validating JWTs.
Generate a JWT for authentication.
Check if a string is a valid JWT with the required fields.
Parse a JWT string and extract its payload claims.