mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 15:13:03 +02:00
Updated Setting up Authentication (markdown)
@@ -152,9 +152,9 @@ curl -X 'POST' \
|
||||
|
||||
#### Further Reading
|
||||
|
||||
- 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/
|
||||
- ArchiveBox 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)
|
||||
- ArchiveBox uses [`django-ninja` for authentication](https://django-ninja.dev/guides/authentication/) internally
|
||||
- The `/api/v1/docs` UI to try out the authentication methods is powered by [Swagger](https://swagger.io/docs/specification/authentication/)
|
||||
|
||||
<br/>
|
||||
|
||||
|
Reference in New Issue
Block a user