Docs.rs
auth-middleware-pkg-0.1.0
auth-middleware-pkg 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
crypto-priest
Dependencies
async-trait ^0.1
normal
axum ^0.7
normal
optional
http ^1.0
normal
jsonwebtoken ^9.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.28
normal
tower ^0.5
normal
Versions
0%
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
jwt_auth_middleware
auth_
middleware
0.1.0
auth_middleware
Function
jwt_
auth_
middleware
Copy item path
Source
pub async fn jwt_auth_middleware( request:
Request
, next:
Next
, ) ->
Result
<
Response
,
Response
>