Expand description
Provides basic traits and helper structures for user authentication.
Structs§
- Plain
Text - A simple implementation of a user with plaintext username and password.
- UserBox
- A wrapper for a boxed user implementing the
User
trait. - UserVec
- A Vec of
UserBox
with additional functionality. - Users
Map - A map structure that stores users with both identity and authentication mappings.
Traits§
- User
- A cloneable
UserTrait
. - User
Authenticator - Trait for asynchronous user authentication.
- User
Trait - Trait for user authentication.