Module actix_identity::config
source · Expand description
Configuration options to tune the behaviour of IdentityMiddleware
.
Structs
- A fluent builder to construct an
IdentityMiddleware
instance with custom configuration parameters.
Enums
LogoutBehaviour
controls what actions are going to be performed whenIdentity::logout
is invoked.