actix-jwt-session 1.0.5

Full featured JWT session managment for actix
Documentation

actix-jwt-session

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 10 of them enabled by default.

default

  • use-redis
  • use-tracing
  • panic-bad-ttl
  • hashing
  • routes

use-redis

  • redis
  • r2d2

use-tracing

  • tracing

panic-bad-ttl

    This feature flag does not enable additional features.

hashing

  • argon2

routes

    This feature flag does not enable additional features.

redis

  • dep:redis

r2d2

  • dep:r2d2

tracing

  • dep:tracing

argon2

  • dep:argon2

override-bad-ttl

    This feature flag does not enable additional features.