pub async fn check_auth(
    tapp_id_hex: &str,
    address: &str,
    auth_b64: &str
) -> Result<Vec<u8>, Errors>