Docs.rs
axum-jwt-sessions-0.1.0
axum-jwt-sessions 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Dreaming-Codes
Dependencies
axum ^0.8.4
normal
jsonwebtoken ^9.3.1
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
time ^0.3
normal
utoipa ^5.3
normal
optional
uuid ^1.17.0
normal
tokio ^1.46.1
dev
utoipa-axum ^0.2
dev
utoipa-scalar ^0.3
dev
Versions
16.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Files
axum_jwt_sessions/handlers/
mod.rs
1
pub mod
refresh;
2
3
pub use
refresh::{RefreshRequest, RefreshResponse, refresh_handler};