API Authentication
Securing your Linear Canal API server.
API Keys
By default the server runs open (local dev). Set API_KEY to require authentication on all requests:
bash
bash
Bearer Token
Alternatively, use the Authorization header:
bash
Securing your Linear Canal API server.
By default the server runs open (local dev). Set API_KEY to require authentication on all requests:
Alternatively, use the Authorization header: