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