Introduced a robust authentication layer for the V1 API that supports both API keys and OAuth tokens. The handler includes secure practices like constant-time hashing for API key validation, integrated IP allowlisting, and native rate limiting to ensure API stability and security.

Implemented standardized V1 API authentication handler - subh05sus/sparkmentis-fork