Update api/auth.py
Browse files- api/auth.py +2 -0
api/auth.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from fastapi import Depends, HTTPException
|
2 |
from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer
|
3 |
from api.config import APP_SECRET
|
|
|
1 |
+
# api/auth.py
|
2 |
+
|
3 |
from fastapi import Depends, HTTPException
|
4 |
from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer
|
5 |
from api.config import APP_SECRET
|