We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9017460 commit 801f106Copy full SHA for 801f106
src/a2a/server/apps/jsonrpc/fastapi_app.py
@@ -186,7 +186,7 @@ def build(
186
rpc_url: The URL for the A2A JSON-RPC endpoint.
187
extended_agent_card_url: The URL for the authenticated extended agent card endpoint.
188
dependencies: Optional sequence of FastAPI dependencies (e.g.
189
- `[Security(get_current_active_user, scopes=["items"])]`)
+ `[Security(get_current_active_user, scopes=["a2a"])]`)
190
applied to authenticated routes. See
191
:meth:`add_routes_to_app`.
192
**kwargs: Additional keyword arguments to pass to the FastAPI constructor.
0 commit comments