Docs.rs
wae-authentication-0.0.2
wae-authentication 0.0.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fqq
Dependencies
base64 ^0.22.1
normal
bcrypt ^0.19.0
normal
chrono ^0.4.44
normal
flate2 ^1.1.9
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
quick-xml ^0.39.2
normal
rand ^0.10.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
sha1 ^0.10.6
normal
sha2 ^0.10.9
normal
tokio ^1.50.0
normal
tracing ^0.1.44
normal
url ^2.5.8
normal
uuid ^1.22.0
normal
wae-crypto ^0.0.2
normal
wae-request ^0.0.2
normal
wae-types ^0.0.2
normal
zeroize ^1.8.2
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module csrf
wae_
authentication
0.0.2
Module csrf
Module Items
Structs
Enums
Type Aliases
In crate wae_
authentication
wae_authentication
Module
csrf
Copy item path
Source
Expand description
CSRF 保护模块
提供 CSRF 令牌生成和验证功能,防范跨站请求伪造攻击。
Structs
§
Csrf
Config
CSRF 保护配置
Csrf
Service
CSRF 服务
Csrf
Token
CSRF 令牌信息
Enums
§
Csrf
Error
CSRF 错误
Type Aliases
§
Csrf
Result
CSRF 结果类型