You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): replace deprecated datetime.utcnow() with datetime.now(UTC)
- Fixes JWT token validation errors due to timezone offset
- datetime.utcnow() is deprecated in Python 3.12+
- Using timezone-aware datetime.now(UTC) prevents timestamp calculation issues
0 commit comments