ulysses/core
Afonso Coutinho 09fe308720
fix(auth): revoke API tokens when deleting users
* fix: revoke API bearer tokens when their owner is deleted

* Re-run CI

* Invalidate bearer-token cache on user delete so warmed cached tokens stop working
2026-06-04 04:44:34 +01:00
..
__init__.py Odysseus v1.0 2026-05-31 23:58:26 +09:00
atomic_io.py Add native Windows compatibility layer 2026-06-01 15:09:47 +09:00
auth.py fix(auth): revoke API tokens when deleting users 2026-06-04 04:44:34 +01:00
constants.py Odysseus v1.0 2026-05-31 23:58:26 +09:00
database.py Replace core database utcnow defaults (#1457) 2026-06-04 02:50:19 +01:00
exceptions.py Odysseus v1.0 2026-05-31 23:58:26 +09:00
middleware.py Fix email-thread HTML injection, attachment path traversal, and missing authz (#475) 2026-06-01 22:20:17 +09:00
models.py Odysseus v1.0 2026-05-31 23:58:26 +09:00
platform_compat.py [Bash] Fix Windows cookbook background tasks (#676) 2026-06-04 04:30:01 +01:00
session_manager.py Guard session message persistence after delete (#1451) 2026-06-03 14:24:01 +09:00