25 releases
0.7.0 | Aug 28, 2024 |
---|---|
0.6.8 | Dec 12, 2023 |
0.6.7 | Jun 10, 2023 |
0.6.6 | Mar 4, 2023 |
0.1.0 | Oct 12, 2020 |
#72 in Cryptography
167,852 downloads per month
Used in 74 crates
(4 directly)
235KB
5K
SLoC
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, 3† and 2 protocol
- PASERK support (limited amount of PASERK-types) with optional
serde
support as well -
#![no_std]
(with default-features disabled) and#![forbid(unsafe_code)]
- WASM-friendly (
wasm32-unknown-unknown
using#![no_std]
) - Fuzzing targets
- Test vectors
- Usage examples
† Only the public variant (v3.public
) of version 3 is currently supported.
Usage
Security
This library has not undergone any third-party security audit. Usage is at own risk.
Minimum Supported Rust Version
Rust 1.80.0 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.
Dependencies
~0.1–2.8MB
~52K SLoC