Standardization or JWT, JWT as URL param

This commit is contained in:
Ara Sadoyan
2025-05-02 16:55:26 +02:00
parent 9eca87718b
commit d8ef8f14cd

View File

@@ -184,7 +184,7 @@ echo $TOK
**Example Request with JWT token**
```bash
curl -H "x-jwt-token: ${TOK}" -H 'Host: myip.mydomain.com' http://127.0.0.1:6193/
curl -H "Authorization: Bearer ${TOK}" -H 'Host: myip.mydomain.com' http://127.0.0.1:6193/
```
**Example Request with API Key**