pub fn build_ctx(
mount: &str,
query: &str,
token: Option<&str>,
csrf: Option<&str>,
) -> ReqCtxExpand description
Build a request context, verifying the auth cookie into claims if present
and carrying the raw CSRF cookie through for crate::csrf to check.