Module jwt

Module jwt 

Source

Modules§

jwt_numeric_date

Structs§

Claims
Error
An error that can occur when encoding/decoding JWTs

Enums§

ErrorKind
The specific type of an error.

Functions§

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.