Crates.io | pasetors |
lib.rs | pasetors |
version | 0.7.0 |
source | src |
created_at | 2020-10-12 16:12:51.351015 |
updated_at | 2024-08-28 11:48:05.692222 |
description | PASETO: Platform-Agnostic Security Tokens (in Rust) |
homepage | |
repository | https://github.com/brycx/pasetors |
max_upload_size | |
id | 298809 |
size | 818,282 |
"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:
serde
support as well#![no_std]
(with default-features disabled) and #![forbid(unsafe_code)]
wasm32-unknown-unknown
using #![no_std]
)† Only the public variant (v3.public
) of version 3 is currently supported.
This library has not undergone any third-party security audit. Usage is at own risk.
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.
Please refer to the CHANGELOG.md list.
pasetors is licensed under the MIT license. See the LICENSE
file for more information.