Function mcaptcha::api::v1::auth::runners::login_runner[][src]

pub async fn login_runner(
    payload: &Login,
    data: &AppData
) -> Result<(), ServiceError>

returns Ok(()) when everything checks out and the user is authenticated. Erros otherwise