Docs.rs
  • authzen-session-0.1.0-alpha.0
    • authzen-session 0.1.0-alpha.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tlowerison
    • Dependencies
      • anyhow ^1 normal
      • async-trait ^0.1 normal
      • axum-core ^0.2 normal
      • axum-core ^0.3 normal
      • cfg-if ^1 normal
      • chrono ^0.4 normal
      • clap ^4 normal
      • cookie ^0 normal
      • data-encoding ^2 normal
      • deadpool ^0 normal
      • derivative ^2 normal
      • derive_more ^0 normal
      • futures ^0.3 normal
      • http ^0 normal
      • hyper ^0 normal
      • jsonwebtoken ^8 normal
      • log ^0 normal
      • percent-encoding ^2 normal
      • pin-project-lite ^0 normal
      • redis_cluster_async ^0 normal
      • ring ^0 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • serde_plain ^1 normal
      • serde_with ^2 normal
      • tokio ^1 normal
      • tower-layer ^0 normal
      • tower-service ^0 normal
      • typed-builder ^0.12 normal
      • url ^2 normal
      • uuid ^1 normal
      • rustc_version ^0.4.0 build
    • Versions
    • 0% of the crate is documented
  • 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
logo

logo

Crate authzen_session

  • Version 0.1.0-alpha.0
  • All Items
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Definitions
?
Change settings

Crate authzen_session

source ·

Structs

  • AccountSessionClaims
  • AccountSessionState
  • AccountSessionSubject
    wrapper struct for the session account id useful for cases where all you want is the account id and either do not want to or are unable to specify the additional fields included in the jwt claim
  • AccountSessionToken
  • Connection
  • CookieConfig
  • CookieValue
  • Manager
  • RedisStore
  • RedisStoreConfig
  • RedisStoreNodeConfig
  • ResponseFuture
  • Session
  • SessionLayer
  • SessionService

Enums

  • RequestSession
  • ResponseFutureKind
  • SameSite

Constants

  • HTTP_ACCOUNT_SESSION_JWT_HEADER

Traits

  • AccountSessionStore
  • BorrowAccountSession
  • RawSession
  • SessionStore
  • SessionValue

Functions

  • parse_decoding_key
  • parse_encoding_key
  • redis_store
  • redis_store_cluster
  • redis_store_standalone

Type Definitions

  • AccountSession
  • DynAccountSessionStore
  • DynSessionStore