Skip to content

Commit fb0c070

Browse files
authored
feat: use AsyncLocalStorage for request-scoped auth token (#134)
1 parent 72cd864 commit fb0c070

29 files changed

+507
-1228
lines changed

bun.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@blink-sdk/events": "workspace:*",
31+
"blink": "workspace:*",
3132
"@bufbuild/protobuf": "^2.9.0",
3233
"@testing-library/react": "^16.3.0",
3334
"@types/tar-stream": "^3.1.3",

internal/api/runtime/package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

internal/api/runtime/scripts/generate.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

internal/api/runtime/src/lambda/fixtures/client-using-storage.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)