From 3f91dae5ff4024c98f15ae625d87ad346a018d1a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 17:54:55 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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