Module biscuit::jws [] [src]

Related to the JWS RFC, including JWT signing and headers

Structs

Header

A basic JWT header part, the alg defaults to HS256 and typ is automatically set to JWT. All the other fields are optional. The fields are defined by RFC7519#5 and additionally in RFC7515#4.1.

Enums

Algorithm

The algorithms supported for signatures and encryption, defined by RFC 7518. Currently, only signing is supported.

Secret

The secrets used to sign and/or encrypt tokens