Module forbidden::credentials[][src]

Expand description

A common set of Credentials used to associate a crate::users with an authentication provider.

As explained in 13 best practices for user account, authentication, and password management, 2021 edition, an user identity & user account are not always the same thing, and because is now common for give several auth mechanism to the users, is desirable to account for this.

Structs

Represent an credential using email/password.

Represent an opaque Token given, probably, by a external auth system.

Represent an credential using username/password.

Enums