This commit is contained in:
2021-12-04 00:52:23 +03:00
commit c42316246f
19 changed files with 475 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")