Modules§
- credentials
- A common set of Credentials used to associate a crate::users with an authentication provider.
- forms
- A common set of forms structs used to send authentication request to an crate::identity::IdentityProvider.
- identity
- The Identity trait represent the “who” of a software that needs authentication.
- password
- A safely constructed Password according to OWASP
- prelude
- users
- A common set of user structs that implement Identity.