Function check_auth

Source
pub(crate) async fn check_auth(
    auth_cookie_name: &str,
    auth_cookie_value: &str,
    jar: &CookieJar,
) -> bool