From 931419909b8a3ed4c52e1928e69ff657a9c12598 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:59:11 -0800 Subject: [PATCH] rm --- docs/docs/concepts/auth.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/concepts/auth.md b/docs/docs/concepts/auth.md index ae7a1eb17..993cf8a92 100644 --- a/docs/docs/concepts/auth.md +++ b/docs/docs/concepts/auth.md @@ -342,10 +342,6 @@ async def rbac_create(ctx: Auth.types.AuthContext, value: dict): ## Supported Resources -LangGraph provides authorization handlers for the following resource types: - -## Supported Resources - LangGraph provides three levels of authorization handlers, from most general to most specific: 1. **Global Handler** (`@auth.on`): Matches all resources and actions