[][src]Function rego::app::warp::auth

pub fn auth(
    jwt_encoder: JwtEncoder
) -> impl Filter<Extract = (WebToken,), Error = Rejection> + Clone