[][src]Module paseto::v1

Implementation of paseto version one tokens. This is the underlying implementation for Paseto that doesn't offer any guarntees around ensuring "exp" isn't passed for example.

It is recommended you use the "tokens" module which provides these features out of the box.

Re-exports

pub use self::local::*;
pub use self::public::*;

Modules

get_nonce

An implementation of "get_nonce" for version one of paseto tokens.

key_wrapper
local

An implementation of paseto v1 "local" tokens, or tokens encrypted using a shared secret.

public

An implementation of Paseto v1 "public" tokens, or tokens that are signed with a public/private key pair.