authentication improvements

This commit is contained in:
Devin Zuczek
2026-07-06 21:08:24 -04:00
parent fbc1aedfcd
commit baf43bfe31
57 changed files with 536 additions and 146 deletions
-3
View File
@@ -8,9 +8,6 @@ export default defineConfig({
miniflare: {
bindings: {
ENVIRONMENT: 'VITEST',
// `.dev.vars` is gitignored, so provide a deterministic signing key
// for tests (and CI, which has no `.dev.vars`).
JWT_SECRET: 'test-signing-key',
},
},
}),