1 stable release
1.0.7 | Apr 2, 2020 |
---|
#2564 in Cryptography
55KB
1K
SLoC
Paseto Rust
Paseto is everything you love about JOSE (JWT, JWE, JWS) without any of the many design deficits that plague the JOSE standards. This is directly adapted from the reference implemenation made by paragon-ie, which can be found: HERE.
NOTE: The license of the original paseto implementation is ISC which is functionally equivelant to MIT, but located: HERE
What is Paseto?
Paseto (Platform-Agnostic SEcurity TOkens) is a specification and reference implementation for secure stateless tokens. You can find a lot of info about the motivation + benifits of using paseto inside the original paseto repo: HERE.
Usage
Simply add this crate to your Cargo.toml
file:
[dependencies]
paseto = "^1.0.7"
Examples
The examples/
directory covers the following use cases:
- Using the protocol directly to encode potentially non-json data.
- Using the public builder interface to build a JWT esque equivelant json payload with shared key encryption.
- Using the public buidler interface to build a JWT esque equivelant json payload with public key signing.
Dependencies
~2.9–4.5MB
~89K SLoC