Expand description
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§
- User
Details - Marker trait for a user object to put into the request context.
- User
Details Clone - A user details object must be cloneable.
Therefore it has to implement the
UserDetailsClone
trait to be cloneable as a boxed object.