zhaoqingang
2024-11-19 5ef590b70cc8e2de16083af2ee2d977daae5587c
app/api/__init__.py
@@ -2,7 +2,7 @@
from urllib.parse import urlencode
import jwt
from cryptography.fernet import Fernet
# from cryptography.fernet import Fernet
from fastapi import FastAPI, Depends, HTTPException
from fastapi.security import OAuth2PasswordBearer
from passlib.context import CryptContext