mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2026-03-03 23:20:48 +01:00
Init
This commit is contained in:
4
src/core/auth.py
Normal file
4
src/core/auth.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from fastapi.security import APIKeyHeader
|
||||
|
||||
|
||||
default_security = APIKeyHeader(name="Authorization")
|
||||
Reference in New Issue
Block a user