Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 533 Bytes

File metadata and controls

13 lines (9 loc) · 533 Bytes

Logophilia-API

Just a simple API for Logophilia.EU.

Security

This API is restricted to requests originating from logophilia.eu.

  • CORS: Allowed for https://logophilia.eu and https://www.logophilia.eu.
  • API Key: All requests must include an X-Api-key header with a valid key.
  • Referrer Check: Requests without an Origin header (e.g., direct navigation) must have a Referer from the allowed domains.
  • Middleware: Handled by App\Middleware\CorsMiddleware and App\Middleware\AuthMiddleware.