mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 23:36:22 +02:00
Updated Setting up Authentication (markdown)
@@ -151,7 +151,7 @@ curl -X 'POST' \
|
|||||||
|
|
||||||
### Bearer Token Authentication
|
### Bearer Token Authentication
|
||||||
|
|
||||||
Pass `Bearer=YOURAPITOKENHERE` as a bearer token request header.
|
Pass `Authorization=Bearer YOURAPITOKENHERE` as a request header.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -X 'GET' \
|
curl -X 'GET' \
|
||||||
@@ -183,7 +183,7 @@ curl -X 'GET' \
|
|||||||
|
|
||||||
### HTTP Basic Authentication
|
### 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
|
```bash
|
||||||
curl -X 'GET' \
|
curl -X 'GET' \
|
||||||
|
Reference in New Issue
Block a user