lacoctelera::authentication

Function check_existing_user

Source
pub async fn check_existing_user(
    pool: &MySqlPool,
    email: &str,
) -> Result<ClientId, Box<dyn Error>>
Expand description

Check if the user attempted to or is registered already in the DB.