From 7e39c27ae2c259d2d57fdf45a32fe831c07c445e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 20:21:43 -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 d726b52..0836efa 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -239,5 +239,5 @@ curl -X 'GET' \ #### Further Reading - The ArchiveBox API auth implementation: [`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) -- The [`django-ninja` auth docs](https://django-ninja.dev/guides/authentication/) (which powers our API) -- The [Swagger auth docs](https://swagger.io/docs/specification/authentication/) for the interactive API Docs UI \ No newline at end of file +- The [`django-ninja` auth documentation](https://django-ninja.dev/guides/authentication/) (which powers our API) +- The [Swagger auth documentation](https://swagger.io/docs/specification/authentication/) for the interactive API Docs UI \ No newline at end of file