Module jwt
Source - jwt_numeric_date
- Claims
- Error
- An error that can occur when encoding/decoding JWTs
- ErrorKind
- The specific type of an error.
- sign
- Creates a JWT (JSON Web Token) from the provided data and key, with an expiration time specified in seconds.
- verify
- Verifies and decodes a JWT (JSON Web Token) using the provided token and key.