unsloth/studio/backend/auth
Leo Borcherding a3daae1c40 fix: replace datetime.UTC with timezone.utc for Python 3.9+ compatibility
- Replace datetime.UTC with datetime.timezone.utc in authentication.py and storage.py
- Fixes ImportError on Python versions < 3.11
- timezone.utc works on Python 3.9+

Resolves #237
2026-02-24 14:37:00 -06:00
..
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py authentication refactor - added setup token and token refresh mechanism 2026-02-11 12:09:47 +00:00
authentication.py fix: replace datetime.UTC with timezone.utc for Python 3.9+ compatibility 2026-02-24 14:37:00 -06:00
hashing.py refactored the code for username/password and added pydantic models and routes for the same 2026-02-06 03:15:30 -07:00
storage.py fix: replace datetime.UTC with timezone.utc for Python 3.9+ compatibility 2026-02-24 14:37:00 -06:00