1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 07:20:59 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-03 18:18:39 -07:00
parent eb701571b3
commit d098f692ae

@@ -151,7 +151,7 @@ curl -X 'POST' \
### Bearer Token Authentication
Pass `Bearer=YOURAPITOKENHERE` as a bearer token request header.
Pass `Authorization=Bearer YOURAPITOKENHERE` as a request header.
```bash
curl -X 'GET' \
@@ -183,7 +183,7 @@ curl -X 'GET' \
### HTTP Basic Authentication
Pass your user's username & password via HTTP Basic Authentication (not recommended).
Pass your ArchiveBox admin username & password via HTTP Basic Authentication.
```bash
curl -X 'GET' \