pcbjam/web/backend
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Istvan Matejcsok 840173c978 feat(standalone): send session credentials on backend API calls
Backends with real auth (session cookies) need credentials:'include' on the
editor's cross-origin fetches — ts-rest clients, project file bytes/upload,
drift keepalive, lib item GET/PUT, sync-stack resolve. Cookie-less setups are
unaffected (the thin identity headers still ride along and same-site Lax
cookies simply don't exist). CDN/static-gallery fetches stay credential-less
(wildcard CORS rejects credentialed requests). The example backend's CORS now
sends allow-credentials — origin reflection was already exact, so this only
lets browsers accept those responses.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016TxciQ5VkNYUZesgMSEMUr
2026-07-07 19:48:35 +02:00
..
src feat(standalone): send session credentials on backend API calls 2026-07-07 19:48:35 +02:00
.env.example feat: GPL backend self-provisions example libs + standalone port override 2026-06-16 16:28:21 +02:00
.gitignore feat: GPL backend self-provisions example libs + standalone port override 2026-06-16 16:28:21 +02:00
package.json feat: GPL backend self-provisions example libs + standalone port override 2026-06-16 16:28:21 +02:00
tsconfig.json feat(scopes): migrate GPL open backend + web e2e to scope grammar 2026-06-30 09:54:50 +02:00