🔒️ Refactor migrate from python-jose to PyJWT (#1203)

This commit is contained in:
Esteban Maya
2024-05-15 10:48:57 -05:00
committed by GitHub
parent 13f4e844d3
commit ef1f64b8f5
5 changed files with 26 additions and 227 deletions

View File

@@ -1,7 +1,7 @@
from datetime import datetime, timedelta
from typing import Any
from jose import jwt
import jwt
from passlib.context import CryptContext
from app.core.config import settings