From 2a066d0ed548c57a33822c944bb955f04e6e5c40 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 20:13:07 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 110616d..434ece9 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -152,8 +152,7 @@ curl -X 'POST' \ #### Further Reading -- https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/api/auth.py#:~:text=API_AUTH_METHODS -- https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/api/v1_auth.py +- ArchiveBox API auth implementation source code: [`archivebox/api/auth.py`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/api/auth.py#:~:text=API_AUTH_METHODS) + [`archivebox/api/v1_auth.py`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/api/v1_auth.py) - https://django-ninja.dev/guides/authentication/ - https://swagger.io/docs/specification/authentication/