Docs.rs
  • actix-jwt-session-1.0.7
    • actix-jwt-session 1.0.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • Eraden
    • Dependencies
      • actix-web ^4 normal
      • argon2 ^0.5.1 normal optional
      • async-trait ^0.1.72 normal
      • bincode ^1.3.3 normal
      • cookie ^0.17.0 normal
      • deadpool ^0.10.0 normal
      • deadpool-redis ^0.14.0 normal
      • derive_more ^0.99.17 normal
      • futures ^0.3.28 normal
      • futures-lite ^1.13.0 normal
      • futures-util ^0.3.28 normal
      • jsonwebtoken ^8.3.0 normal
      • r2d2 ^0.8.10 normal optional
      • rand ^0.8.5 normal
      • redis ^0.24 normal optional
      • ring ^0.16.20 normal
      • serde ^1.0.183 normal
      • serde_json ^1.0.105 normal
      • thiserror ^1.0.44 normal
      • time ^0.3.28 normal
      • tokio ^1.30.0 normal
      • tracing ^0.1.37 normal optional
      • uuid ^1.4.1 normal
      • garde ^0.14.0 dev
      • ring ^0.16.20 dev
    • Versions
    • 58.82% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

actix_jwt_session1.0.7

Crate Items

  • Macros
  • Structs
  • Enums
  • Statics
  • Traits
  • Functions

List of all items

Structs

  • Authenticated
  • CookieExtractor
  • Duration
  • Extractors
  • Hashing
  • HeaderExtractor
  • JsonExtractor
  • JwtSigningKeys
  • JwtTtl
  • MaybeAuthenticated
  • OffsetDateTime
  • Pair
  • RefreshToken
  • RefreshTtl
  • SessionMiddlewareBuilder
  • SessionMiddlewareFactory
  • SessionStorage
  • Uuid

Enums

  • Algorithm
  • Error
  • ExtractorKind

Traits

  • Claims
  • SessionExtractor
  • TokenStorage
  • builder::UseJwt

Macros

  • bad_ttl

Functions

  • actix_routes::configure

Statics

  • JWT_COOKIE_NAME
  • JWT_HEADER_NAME
  • REFRESH_COOKIE_NAME
  • REFRESH_HEADER_NAME