fetch_ml/internal/auth
Jeremie Fraeys ef11d88a75
refactor(auth): add tenant scoping and permission enhancements
Update authentication system for multi-tenant support:
- API key management with tenant scoping
- Permission checks for multi-tenant operations
- Database layer with tenant isolation
- Keychain integration with audit logging
2026-02-26 12:06:08 -05:00
..
api_key.go refactor(auth): add tenant scoping and permission enhancements 2026-02-26 12:06:08 -05:00
crypto.go refactor(api): internal refactoring for TUI and worker modules 2026-02-20 15:51:23 -05:00
database.go refactor(auth): add tenant scoping and permission enhancements 2026-02-26 12:06:08 -05:00
flags.go security: implement comprehensive secrets protection 2026-02-18 16:18:09 -05:00
hybrid.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
keychain.go refactor(auth): add tenant scoping and permission enhancements 2026-02-26 12:06:08 -05:00
permissions.go refactor(auth): add tenant scoping and permission enhancements 2026-02-26 12:06:08 -05:00
permissions_loader.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
validator.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00