paperclip/server/src
Forgotten e1f2be7ecf feat(server): integrate Better Auth, access control, and deployment mode startup
Wire up Better Auth for session-based authentication. Add actor middleware
that resolves local_trusted mode to an implicit board actor and authenticated
mode to Better Auth sessions. Add access service with membership, permission,
invite, and join-request management. Register access routes for member/invite/
join-request CRUD. Update health endpoint to report deployment mode and
bootstrap status. Enforce tasks:assign and agents:create permissions in issue
and agent routes. Add deployment mode validation at startup with guardrails
(loopback-only for local_trusted, auth config required for authenticated).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:32 -06:00
..
__tests__ feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
adapters Add adapter environment testing infrastructure 2026-02-20 12:50:23 -06:00
auth feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
middleware feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
realtime feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
routes feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
secrets Implement secrets service with local encryption, redaction, and runtime resolution 2026-02-19 15:43:52 -06:00
services feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
storage fix: storage S3 stream conversion, API client FormData support, and attachment API 2026-02-20 10:33:10 -06:00
types feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
agent-auth-jwt.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
app.ts feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
config-file.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
config.ts feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
errors.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
home-paths.ts feat: add storage system with local disk and S3 providers 2026-02-20 10:31:56 -06:00
index.ts feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00
paths.ts feat(cli): add client commands and home-based local runtime defaults 2026-02-20 07:10:58 -06:00
redaction.ts Implement secrets service with local encryption, redaction, and runtime resolution 2026-02-19 15:43:52 -06:00
startup-banner.ts feat(server): integrate Better Auth, access control, and deployment mode startup 2026-02-23 14:40:32 -06:00