Commit 47386c4
committed
fix(examples): correct from_jwk call signature + warn on missing WEBHOOK_BEARER_TOKEN
Pre-PR review blockers:
- from_jwk takes a JWK dict; kid/alg/adcp_use live inside the dict, not as
separate kwargs. Fix the doc table and hello_seller.py comment accordingly.
- hello_seller_with_webhooks.py now warns (instead of silently continuing)
when WEBHOOK_BEARER_TOKEN is unset, so developers discover the dev-fixture
default rather than running a production server with it.
https://claude.ai/code/session_01Ay2SJvRpBg8EP9nG9DgQMy1 parent e73529a commit 47386c4
3 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | | - | |
| 1056 | + | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| |||
0 commit comments