Function add_user

Source
pub async fn add_user(
    credentials: &Credentials,
    pool: &Pool<Postgres>,
) -> AddUserReturn
Expand description

add_user

Given the user information. Will add the user to the database. This will allow the user to generate sessions with the given user information.