pyjwt not jwt

This commit is contained in:
2026-05-19 22:56:04 +08:00
parent af5f7b38f8
commit a073fa5962
3 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from datetime import datetime, timedelta, timezone
import os
import auth.jwt as jwt
import jwt
from fastapi import HTTPException, status
JWT_SECRET = os.getenv("JWT_SECRET")