rename apikey to api

This commit is contained in:
imperosol
2025-06-04 09:49:11 +02:00
parent 1da1eb4439
commit 02e99d9125
31 changed files with 159 additions and 132 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