diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 77ba8e4..c436268 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -87,8 +87,8 @@ The IdP server can act as a middleman gateway to authenticate users using an ext ## REST API -The new REST API released in v0.8.0 supports several methods of authentication using an API token (or username & password). -You can read the API docs and test the authentication methods here: [`/api/v1/docs`](http://127.0.0.1:8000/api/v1/docs). +The new REST API released in v0.8.0 supports several methods of authentication for convenience. +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). Screenshot 2024-05-03 at 4 40 22 PM