mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 07:20:59 +02:00
Updated Setting up Authentication (markdown)
@@ -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' \
|
||||
|
Reference in New Issue
Block a user