AI-Checker / docs /security.md
Pujan-Dev's picture
push to testing branch
b8aa51a
|
raw
history blame
261 Bytes

Security: Bearer Token Auth

All endpoints require authentication via Bearer token:

  • Set SECRET_TOKEN in .env
  • Add header: Authorization: Bearer <SECRET_TOKEN>

Unauthorized requests receive 403 Forbidden.

πŸ”™ Back to Main README