Module jwt

Source
Expand description

Re-exported main idk module from idk for error handling. The jwt module provides functionality to encode and decode JSON Web Tokens (JWT).

Enumsยง

JwtError
Custom error type for JWT. This type is used to represent all possible errors that can occur when working with JWTs. It is implemented as an enum with variants for each possible error. It also implements the Default, Display, and Error traits.