#paseto #token #crypto

no-std pasetors

PASETO: Platform-Agnostic Security Tokens (in Rust)

24 releases

0.6.8 Dec 12, 2023
0.6.7 Jun 10, 2023
0.6.6 Mar 4, 2023
0.6.5 Dec 14, 2022
0.1.0 Oct 12, 2020

#106 in Cryptography

Download history 16151/week @ 2023-12-23 19803/week @ 2023-12-30 21930/week @ 2024-01-06 19290/week @ 2024-01-13 19348/week @ 2024-01-20 22366/week @ 2024-01-27 26601/week @ 2024-02-03 27763/week @ 2024-02-10 28732/week @ 2024-02-17 32134/week @ 2024-02-24 36168/week @ 2024-03-02 38468/week @ 2024-03-09 39789/week @ 2024-03-16 36402/week @ 2024-03-23 32600/week @ 2024-03-30 25293/week @ 2024-04-06

140,395 downloads per month
Used in 57 crates (2 directly)

MIT license

235KB
4.5K SLoC

Tests Documentation Crates.io Safety Dance MSRV codecov

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

See usage examples here.

Security

This library has not undergone any third-party security audit. Usage is at own risk.

Minimum Supported Rust Version

Rust 1.70.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.9MB
~55K SLoC