Spaces:
Runtime error
Runtime error
Pushing solution to bug
Browse files- src/auth.py +1 -1
src/auth.py
CHANGED
@@ -10,7 +10,7 @@ from typing import Optional, Dict, Any # Added Any
|
|
10 |
from datetime import datetime, timedelta
|
11 |
from typing import Union # For type hinting
|
12 |
from jose import JWTError, jwt
|
13 |
-
from passlib.context import CryptContext
|
14 |
|
15 |
# JWT Configuration - Loaded from models.py (which loads from .env)
|
16 |
SECRET_KEY = models.JWT_SECRET_KEY
|
|
|
10 |
from datetime import datetime, timedelta
|
11 |
from typing import Union # For type hinting
|
12 |
from jose import JWTError, jwt
|
13 |
+
from passlib.context import CryptContext
|
14 |
|
15 |
# JWT Configuration - Loaded from models.py (which loads from .env)
|
16 |
SECRET_KEY = models.JWT_SECRET_KEY
|