1
0
Fork 0
development
Kevin Wojkovich 2024-12-25 22:24:53 -06:00
parent 2154f22f1f
commit adb239ab7c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ It's a simple path-based HTTP API.
## Token File ## Token File
The token file is a brain-dead access control mechanism. It is a file that The token file is a brain-dead access control mechanism. It is a file that
contains a single "API Key" per line. You are free to mint and distribute contains a single "API Key" per line. You are free to mint and distribute
API Keys that users can include in the `X-MASKER-TOKEN` header with their API Keys that users can include in the `x-api-token` header with their
requests. requests.
## Hosts File ## Hosts File