BillTracker/routes
null 78f95f784e fix: remove duplicate login route (authLogin.js), consolidate into auth.js
- Deleted routes/authLogin.js (orphaned duplicate login handler)
- Removed authLoginRouter import and mount from server.js
- Rate limiter now runs as standalone middleware on /api/auth/login
- Added try/catch to auth.js login handler (was only in deleted file)
- Consistent audit log variable naming (username vs req.body.username)
- No functionality change — login flow works identically
2026-05-10 12:20:50 -05:00
..
about.js push 2026-05-04 20:12:57 -05:00
aboutAdmin.js v0.20.1: code splitting, version badge on roadmap, roadmap nav link 2026-05-09 22:01:19 -05:00
admin.js v0.23.1: migration rollback capability 2026-05-10 10:44:39 -05:00
analytics.js v0.22.1: N+1 Query Optimization 2026-05-10 03:29:09 -05:00
auth.js fix: remove duplicate login route (authLogin.js), consolidate into auth.js 2026-05-10 12:20:50 -05:00
authOidc.js initial commit 2026-05-03 19:51:57 -05:00
bills.js v0.20.8: Billing cycle sub-categories + server-side cycle_day validation 2026-05-10 00:39:11 -05:00
calendar.js push 2026-05-09 13:03:36 -05:00
categories.js push 2026-05-09 13:03:36 -05:00
export.js push 2026-05-09 13:03:36 -05:00
import.js push 2026-05-09 13:03:36 -05:00
monthly-starting-amounts.js push 2026-05-04 20:12:57 -05:00
notifications.js initial commit 2026-05-03 19:51:57 -05:00
payments.js v0.20.5: Bulk payment input validation 2026-05-09 23:41:28 -05:00
profile.js v0.22.2: Session Token Rotation on Auth Events 2026-05-10 03:55:14 -05:00
settings.js push 2026-05-09 13:03:36 -05:00
status.js initial commit 2026-05-03 19:51:57 -05:00
summary.js push 2026-05-04 20:12:57 -05:00
tracker.js v0.22.1: N+1 Query Optimization 2026-05-10 03:29:09 -05:00
user.js push 2026-05-09 13:03:36 -05:00
version.js initial commit 2026-05-03 19:51:57 -05:00