pub async fn add_user(
credentials: &Credentials,
pool: &Pool<Postgres>,
) -> AddUserReturnExpand 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.