File size: 261 Bytes
c470154
 
 
 
 
 
 
 
 
9a71624
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)