Module actix_web_security::user_details[][src]

The user_details module provides all user retrieval related functionality that is required for the authentication process.

Modules

attachment

Utility trait to attach a UserDetails object to the request context.

request_extension

Extension function to inject a UserDetails object into an endpoint.

Traits

UserDetails

Marker trait for a user object to put into the request context.

UserDetailsClone

A user details object must be cloneable. Therefore it has to implement the UserDetailsClone trait to be cloneable as a boxed object.