Crate paseto[][src]

Re-exports

pub use self::tokens::*;

Modules

Implements “Pre-Authentication Encoding”. Which is part of the Pasesto Specification for version 2 of Paseto.

Provides a “nice” wrapper around paseto tokens in order to check things such as “Expiration”. Issuer, etc.

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.

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.