PASETOrs
"Paseto is everything you love about JOSE (JWT, JWE, JWS) without any of the many design deficits that plague the JOSE standards."
PASETO (Platform-Agnostic SEcurity TOkens) are secure stateless tokens. Read more here and at PASETO.io.
This library includes:
- Pure-Rust implementation of the Version 4 and 2 protocol
- PASERK support (limited amount of PASERK-types)
-
#![no_std]
(with default-features disabled) and#![forbid(unsafe_code)]
- WASM-friendly (
wasm32-unknown-unknown
using#![no_std]
) - Fuzzing targets
- Test vectors
- Usage examples
Usage
Security
This library has not undergone any third-party security audit. Usage is at own risk.
The ed25519-dalek library, used for public tokens, was included in an audit. The orion library, used for local tokens, has not been audited.
Minimum Supported Rust Version
Rust 1.51 or later is supported however, the majority of testing happens with latest stable Rust.
MSRV may be changed at any point and will not be considered a SemVer breaking change.
Changelog
Please refer to the CHANGELOG.md list.
License
pasetors is licensed under the MIT license. See the LICENSE
file for more information.