feat: multi-tenant auth with per-user scoping

Multi-user authentication and authorization for IronClaw gateway:
- Token-based auth mapping tokens to user IDs via GATEWAY_USER_TOKENS
- Per-user SSE broadcast scoping
- Per-user rate limiting with poisoned lock recovery
- Handler auth and ownership checks for jobs, settings, routines
- Extension secrets scoped per-user
- Chat handlers use authenticated identity
- Reverse proxy deployment documentation
- Comprehensive integration tests for auth, SSE, rate limiting, and job isolation
This commit is contained in:
Andrew Preece
2026-03-23 18:01:00 +00:00
parent 485d1568c4
commit b394c0cfdd
31 changed files with 3167 additions and 696 deletions
+234 -225
View File
File diff suppressed because it is too large Load Diff