Module jwt

Module jwt 

Source
Expand description

JWT (JSON Web Token) Implementation Module

This module contains JWT-related functionality including:

  • JWT Access Token handling
  • JWT best practices implementation
  • Token introspection
  • Private Key JWT authentication

Re-exports§

pub use jwt_access_tokens::*;
pub use jwt_best_practices::*;
pub use jwt_introspection::*;
pub use private_key_jwt::*;

Modules§

jwt_access_tokens
JWT Profile for OAuth 2.0 Access Tokens (RFC 9068)
jwt_best_practices
RFC 8725 - JSON Web Token Best Current Practices
jwt_introspection
RFC 9701 - JSON Web Token (JWT) Response for OAuth Token Introspection
private_key_jwt
RFC 7521: JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants