Skip to main content

Module jwt

Module jwt 

Source
Expand description

JWT signing and verification using HMAC-SHA256.

Structs§

Claims
JWT claims payload.
JwtSigner
Signs JWTs using HMAC-SHA256.
JwtVerifier
Verifies JWT tokens using HMAC-SHA256.

Enums§

JwtError
Errors related to JWT operations.