[][src]Module paseto::v2

Implementation of paseto version two 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

local

An Implementation of Paseto V2 "local" tokens (or tokens that are encrypted with a shared secret).

public

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