Expand description
RFC 8725 - JSON Web Token Best Current Practices
This module implements security best practices for JSON Web Tokens (JWTs) as defined in RFC 8725, providing enhanced security validation and configuration guidelines.
Structs§
- JwtBest
Practices Config - JWT Best Practices Configuration
- JwtBest
Practices Validator - JWT Best Practices Validator
- Secure
JwtClaims - Standard JWT claims with validation
Enums§
- Crypto
Strength - Cryptographic strength classification
- Security
Level - JWT Security Level according to RFC 8725
Functions§
- get_
algorithm_ crypto_ strength - Algorithm security classification functions
- is_
algorithm_ asymmetric - is_
algorithm_ symmetric