Roland Tannous
985d2e43ee
Final cleanup
2026-03-12 18:28:04 +00:00
Roland Tannous
7e336049d8
Update license headers
2026-03-12 17:23:10 +00:00
Roland Tannous
a0f03d3080
Add AGPL-3.0 SPDX headers to all source files
2026-03-09 20:17:45 +00:00
Leo Borcherding
d05ebc7499
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
Roland Tannous
528d2e27f0
authentication refactor - added setup token and token refresh mechanism
2026-02-11 12:09:47 +00:00
sshah229
6e5cd50c34
fixed the errors- renamed jwt to authentication, used raw jwt, and removed search route
2026-02-07 03:14:30 -07:00