This commit is contained in:
2021-11-18 21:48:59 +03:00
commit 2c91d5d5ff
12 changed files with 613 additions and 0 deletions

4
src/core/auth.py Normal file
View File

@@ -0,0 +1,4 @@
from fastapi.security import APIKeyHeader
default_security = APIKeyHeader(name="Authorization")