File size: 261 Bytes
3ca686a
 
 
 
 
 
 
 
 
b8aa51a
1
2
3
4
5
6
7
8
9
10
11
# 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](../README.md)