docs(api): API Token authentication

!34 #63
This commit is contained in:
2024-06-29 16:24:18 +09:30
parent 111791438a
commit 47d6a3beff
4 changed files with 33 additions and 0 deletions

View File

@ -8,6 +8,7 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen
This section contains the application API documentation to assist in application development. The target audience is anyone whom would be developing the application.
- [Token Authentication](./token_authentication.md)
- [Models](./models/index.md)

View File

@ -0,0 +1,11 @@
---
title: API Token Authentication
description: No Fuss Computings django ITSM API Documentation for API Token Authentication
date: 2024-06-29
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app
---
::: app.api.auth.TokenAuthentication
options:
inherited_members: true