mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 14:25:36 +01:00
5 lines
98 B
Python
5 lines
98 B
Python
from fastapi.security import APIKeyHeader
|
|
|
|
|
|
default_security = APIKeyHeader(name="Authorization")
|