rename apikey to api

This commit is contained in:
imperosol
2025-06-04 09:49:11 +02:00
parent b727b78995
commit 590831c7b8
31 changed files with 172 additions and 284 deletions

View File

@@ -0,0 +1,6 @@
::: api.auth
handler: python
options:
heading_level: 3
members:
- ApiKeyAuth

View File

@@ -0,0 +1,8 @@
::: api.hashers
handler: python
options:
heading_level: 3
members:
- Sha256ApiKeyHasher
- get_hasher
- generate_key

View File

@@ -0,0 +1,7 @@
::: api.auth
handler: python
options:
heading_level: 3
members:
- ApiKey
- ApiClient

View File

@@ -0,0 +1,4 @@
::: api.permissions
handler: python
options:
heading_level: 3