5 个版本 (1 个稳定版)
使用旧的 Rust 2015
1.0.0 | 2022 年 9 月 14 日 |
---|---|
0.3.0 | 2018 年 7 月 31 日 |
0.2.0 | 2018 年 7 月 31 日 |
0.1.1 | 2018 年 7 月 31 日 |
0.1.0 | 2018 年 7 月 31 日 |
#138 in #token
8KB
157 行
Web 令牌
易于使用的 Rust WebToken
用法
功能: ["serde_support", "diesel_support"]
// Create new random token
let new_token = WebToken::new();
// Get an existing token
let incoming_token: WebToken = request.header("X-Custom-Token").parse().unwrap();
assert_eq!(incoming_token, request.header("X-Custom-Token"));
依赖项
~0.2–1MB
~19K SLoC