fetch_ml/internal/auth
Jeremie Fraeys 803677be57 feat: implement Go backend with comprehensive API and internal packages
- Add API server with WebSocket support and REST endpoints
- Implement authentication system with API keys and permissions
- Add task queue system with Redis backend and error handling
- Include storage layer with database migrations and schemas
- Add comprehensive logging, metrics, and telemetry
- Implement security middleware and network utilities
- Add experiment management and container orchestration
- Include configuration management with smart defaults
2025-12-04 16:53:53 -05:00
..
api_key.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
api_key_test.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
database.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
flags.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
hybrid.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
keychain.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
keychain_test.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
permissions.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
permissions_loader.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
validator.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00