pub async fn post_auth_middleware(
__arg0: State<Arc<Shield>>,
request: Request,
next: Next,
) -> ResponseExpand description
Post-auth middleware: enforces rules keyed by a validated JWT claim. Layered inside auth so the verified claims are available on the request.