[][src]Module splinter::biome::credentials::store

Defines a basic representation of a user and provides an API to manage credentials.

Structs

Credentials

Represents crendentials used to authenticate a user

CredentialsBuilder

Builder for Credential. It hashes the password upon build.

UsernameId

Represents a user's username

Enums

CredentialsStoreError

Represents CredentialsStore errors

PasswordEncryptionCost

Cost to encrypt password. The recommended value is HIGH. Values LOW and MEDIUM may be used for development and testing as hashing and verifying passwords will be completed faster.

Traits

CredentialsStore

Defines methods for CRUD operations and fetching a user’s credentials without defining a storage strategy