3 Commits

Author SHA1 Message Date
57afe1264c feat(security): implement IP filtering and API key authentication
- Added validate_ip_and_apikey() decorator for endpoint protection
- Implemented IP address validation with configurable allowed_ips list
- Added API key authentication with header-based or bearer token support
- Fixed endpoint function signatures to properly receive Request objects
- Updated configuration structure and security documentation
- Removed debug print statements before final commit
2026-04-22 21:41:45 +08:00
4a8d3291d3 Add Bearer token authentication support for Authorization header 2026-04-22 18:43:32 +08:00
57fbe3a6c5 Add Nginx deployment support with IP and API key security features 2026-04-22 18:40:51 +08:00