📄️ CORS
The CORS (Cross-Origin Resource Sharing) policy allows you to tailor how endpoints on your Server respond to cross-origin requests.
📄️ Rate Limit
The Rate limit policy allows you to control the rate at which requests to your Server can be made, preventing abuse and ensuring fair use of resources.
📄️ JWT
The JWT (JSON Web Token) Authentication policy enables secure access to your API by validating JWT tokens provided in the requests.
📄️ API Key
The API Key Policy enables you to secure your endpoints by requiring a valid API key with each request. Gateweaver will verify the API key provided in the x-api-key header against a list of hashed API keys defined in the configuration file.