[][src]Module cider::jwt

Helpers for JSON Web Tokens.

JSON Web Tokens are used for authentication. See the general usage documentation.

Structs

Claims

Contains the issuer ID (team ID), when the token was issued, and when the token expires.

Header

Contains the algorithm and the key ID used to sign the JWT.

Jwk

A JSON Web Key.

JwkSet

A JSON Web Key set.

Key

Key used to sign a JWT.

KeyId

The key ID.

Enums

Algorithm

Algorithm used to sign the JWT.

KeyData

Type of the data in the key.