paperclip/server/src/middleware
Dotta 90dfa2e9cd feat(auth): add get-session endpoint and harden session resolution
Add /api/auth/get-session for board actors to retrieve their session
info. Wrap resolveSession in try/catch to prevent unhandled errors from
crashing requests when auth headers are missing or malformed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 17:02:01 -06:00
..
auth.ts feat(auth): add get-session endpoint and harden session resolution 2026-03-02 17:02:01 -06:00
board-mutation-guard.ts fix: remove stale port 5173 references from board mutation guard 2026-03-02 14:21:09 -06:00
error-handler.ts fix(issues): support hidden issue flows and filter hidden activity 2026-02-20 07:11:06 -06:00
index.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00
logger.ts Clean up attachment objects on issue delete and suppress responseTime in logs 2026-02-20 11:29:03 -06:00
private-hostname-guard.ts feat: private hostname guard for authenticated/private mode 2026-02-23 19:43:52 -06:00
validate.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00