Docs.rs
kellnr-web-ui-6.2.0
kellnr-web-ui 6.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
secana
Dependencies
axum ^0.8.7
normal
axum-extra ^0.12.5
normal
cookie ^0.18.1
normal
http-body-util ^0.1.3
normal
kellnr-appstate ^6.2.0
normal
kellnr-auth ^6.2.0
normal
kellnr-common ^6.2.0
normal
kellnr-db ^6.2.0
normal
kellnr-docs ^6.2.0
normal
kellnr-registry ^6.2.0
normal
kellnr-settings ^6.2.0
normal
kellnr-storage ^6.2.0
normal
reqwest ^0.13.2
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
time ^0.3.47
normal
tracing ^0.1.43
normal
urlencoding ^2
normal
utoipa ^5
normal
flume ^0.12.0
dev
hyper ^1.9.0
dev
mockall ^0.14.0
dev
tokio ^1.51.1
dev
tower ^0.5.2
dev
Versions
36.99%
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 session
kellnr_
web_
ui
6.2.0
Module session
Module Items
Structs
Enums
Traits
Functions
In crate kellnr_
web_
ui
kellnr_web_ui
Module
session
Copy item path
Source
Structs
§
Admin
User
AnyUser
Normal
User
Enums
§
Maybe
User
Traits
§
Name
Functions
§
session_
auth_
when_
required
Middleware that checks if a user is logged in when
settings.registry.auth_required
is
true
If the user is not logged in, a 401 is returned.