[][src]Module min_jwt::signer

Sign JWTs using various signature algorithms.

See the tests for how to use a specific signing algorithm.

Structs

EcdsaSigner

Signs header and claims parts with an ECDSA key.

HmacSigner

Signs header and claims parts with a HMAC secret key.

RsaSigner