Docs.rs
  • jwt-authorizer-0.15.0
    • jwt-authorizer 0.15.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cduvray
    • Dependencies
      • axum ^0.7 normal
      • chrono ^0.4 normal optional
      • futures-core ^0.3 normal
      • futures-util ^0.3 normal
      • headers ^0.4 normal
      • http ^1.1 normal
      • http-body-util ^0.1.1 normal
      • jsonwebtoken ^9.3 normal
      • pin-project ^1.1 normal
      • reqwest ^0.12.4 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • time ^0.3 normal optional
      • tokio ^1.37 normal
      • tonic ^0.12 normal optional
      • tower-http ^0.5 normal
      • tower-layer ^0.3 normal
      • tower-service ^0.3 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • hyper ^1.3.1 dev
      • lazy_static ^1.4.0 dev
      • prost ^0.13 dev
      • tower ^0.4.13 dev
      • wiremock ^0.6.1 dev
    • Versions
    • 44.44% 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_authorizer0.15.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • JwtClaims
  • authorizer::Authorizer
  • builder::AuthorizerBuilder
  • claims::NumericDate
  • claims::RegisteredClaims
  • claims::StringList
  • jwks::KeyData
  • jwks::KeySet
  • jwks::key_store_manager::KeyStore
  • jwks::key_store_manager::KeyStoreManager
  • jwks::key_store_manager::Refresh
  • layer::AuthorizationLayer
  • layer::AuthorizationService
  • layer::ResponseFuture
  • validation::Validation

Enums

  • authorizer::KeySourceType
  • claims::OneOrArray
  • error::AuthError
  • error::InitError
  • jwks::KeySource
  • jwks::key_store_manager::RefreshStrategy
  • layer::JwtSource

Traits

  • authorizer::IntoLayer
  • layer::Authorize

Type Aliases

  • authorizer::ClaimsCheckerFn
  • builder::JwtAuthorizer