rename apikey to api

This commit is contained in:
imperosol
2025-06-04 09:49:11 +02:00
parent a23604383b
commit ae7784a973
31 changed files with 162 additions and 144 deletions
+6
View File
@@ -0,0 +1,6 @@
::: api.auth
handler: python
options:
heading_level: 3
members:
- ApiKeyAuth
+8
View File
@@ -0,0 +1,8 @@
::: api.hashers
handler: python
options:
heading_level: 3
members:
- Sha256ApiKeyHasher
- get_hasher
- generate_key
+7
View File
@@ -0,0 +1,7 @@
::: api.auth
handler: python
options:
heading_level: 3
members:
- ApiKey
- ApiClient
+4
View File
@@ -0,0 +1,4 @@
::: api.permissions
handler: python
options:
heading_level: 3