Spaces:
Running
Running
File size: 220 Bytes
b4f755d |
1 2 3 4 5 6 7 8 9 10 |
# 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`.
|