Module humphrey_auth::database

source ·
Expand description

Contains database traits for connecting the authentication service with a database of your choosing. These are automatically implemented for Vec<User> as an example.

Traits

  • Represents a database which can be used to store auth information. Must be implemented for whatever database you are using.