1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 15:54:36 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-03 17:54:55 -07:00
parent ca0f0c5a26
commit 3f91dae5ff

@@ -87,8 +87,8 @@ The IdP server can act as a middleman gateway to authenticate users using an ext
## REST API ## REST API
The new REST API released in v0.8.0 supports several methods of authentication using an API token (or username & password). The new REST API released in v0.8.0 supports several methods of authentication for convenience.
You can read the API docs and test the authentication methods here: [`/api/v1/docs`](http://127.0.0.1:8000/api/v1/docs). You can read the API docs, test out API requests interactively, and try authentication methods by visiting this URL on your ArchiveBox server: [`/api/v1/docs`](http://127.0.0.1:8000/api/v1/docs).
<img width="738" alt="Screenshot 2024-05-03 at 4 40 22PM" src="https://github.com/ArchiveBox/ArchiveBox/assets/511499/ad914143-f48b-4d4e-aa8c-f89a2c70cee7"> <img width="738" alt="Screenshot 2024-05-03 at 4 40 22PM" src="https://github.com/ArchiveBox/ArchiveBox/assets/511499/ad914143-f48b-4d4e-aa8c-f89a2c70cee7">