mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-24 22:38:46 +00:00
5 lines
133 B
Bash
5 lines
133 B
Bash
TOKEN=$(go run cmd/signjwt/*.go)
|
|
echo "TOKEN: $TOKEN"
|
|
|
|
curl -L http://localhost:3000/api/devices -H "Authorization: Bearer ${TOKEN}"
|