Docs.rs
allowthem-core-0.0.6
allowthem-core 0.0.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
wavefunk-dev
Dependencies
aes-gcm ^0.10
normal
argon2 ^0.5
normal
base64ct ^1
normal
chrono ^0.4
normal
hex ^0.4
normal
hmac ^0.12
normal
html-escape ^0.2
normal
jsonwebtoken ^9
normal
lettre ^0.11
normal
password-hash ^0.5
normal
rand ^0.9
normal
reqwest ^0.12
normal
rsa ^0.9
normal
serde ^1.0
normal
serde_json ^1
normal
sha2 ^0.10
normal
sqlx ^0.9.0-alpha.1
normal
subtle ^2
normal
thiserror ^2
normal
tokio ^1
normal
totp-rs ^5
normal
tracing ^0.1
normal
url ^2
normal
uuid ^1.19.0
normal
tempfile ^3.8
dev
wiremock ^0.6
dev
Versions
39.1%
of the crate is documented
Go to latest version
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 jwt
allowthem_
core
0.0.6
Module jwt
Module Items
Structs
Functions
In crate allowthem_
core
allowthem_core
Module
jwt
Copy item path
Source
Structs
§
Claims
Claims embedded in a generated JWT.
JwtConfig
Configuration for JWT generation and validation.
Functions
§
generate_
token
Generate an HS256-signed JWT for the given user.
validate_
token
Validate an HS256 JWT and return its parsed claims.