Cargo Features

actix-jwt-authc has no features set by default.

[dependencies]
actix-jwt-authc = { version = "0.2.0", features = ["tracing", "session", "log"] }
tracing log?

Enables tracing

session

Enables actix-session ^0.6

Affects authentication::JWTSessionKey, authentication::AuthenticateMiddlewareSettings.jwt_session_key

log

Enables tracing-based log (also brings in tracing)

Enables log of tracing