Commit 89b141b
authored
fix: pass ServerCallContext to getAuthenticatedExtendedAgentCard for REST (#274)
# Description
Follow-up for #142: authenticated agent card logic relies on context to
determine authentication status.
`src/server/transports/rest/rest_transport_handler.ts` is not exported,
so adding a required parameter is fine.
Re #1371 parent 23cd42e commit 89b141b
File tree
2 files changed
+3
-3
lines changed- src/server
- express
- transports/rest
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments