BillTracker/services
null c4a3593241 v0.22.2: Session Token Rotation on Auth Events
- invalidateOtherSessions() in authService.js: deletes all sessions except current
- Password change (auth.js + profile.js) now invalidates all other sessions
- Password change rotates current session ID (sets new cookie)
- New POST /api/auth/logout-all endpoint (deletes all sessions + clears cookie)
- Audit logging for logout.all and password.change
- Added last_password_change_at to auth.js change-password for consistency
- Hudson security audit: 6/6 PASS
2026-05-10 03:55:14 -05:00
..
auditService.js v0.20.6: Audit logging for critical operations 2026-05-10 00:03:12 -05:00
authService.js v0.22.2: Session Token Rotation on Auth Events 2026-05-10 03:55:14 -05:00
backupScheduler.js initial commit 2026-05-03 19:51:57 -05:00
backupService.js push 2026-05-09 13:03:36 -05:00
cleanupService.js initial commit 2026-05-03 19:51:57 -05:00
notificationService.js push 2026-05-04 23:34:24 -05:00
oidcService.js push 2026-05-04 23:34:24 -05:00
spreadsheetImportService.js push 2026-05-09 13:03:36 -05:00
statusRuntime.js initial commit 2026-05-03 19:51:57 -05:00
statusService.js push 2026-05-09 13:03:36 -05:00
userDbImportService.js push 2026-05-04 20:12:57 -05:00