fetch_ml/internal/auth
Jeremie Fraeys 10a3afaafb fix: update production environment variable check
- Change FETCH_ML_ENV check from 'production' to 'prod'
- Aligns with common environment naming conventions
- Fixes authentication validation for production deployment
2025-12-04 17:06:32 -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 fix: update production environment variable check 2025-12-04 17:06:32 -05:00