This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/auth
John Mizerek bc88f28e60 Fix UserID column references in auth endpoints after schema normalization
Users table primary key was renamed from UserID to ID but these
endpoints still referenced the old column name, causing server_error
on login/signup OTP flow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:15:46 -08:00
..
avatar.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
completeProfile.cfm Fix UserID column references in auth endpoints after schema normalization 2026-01-30 17:15:46 -08:00
login.cfm Restore API performance tracking and fix perf dashboard 2026-01-30 17:04:12 -08:00
loginOTP.cfm Fix UserID column references in auth endpoints after schema normalization 2026-01-30 17:15:46 -08:00
profile.cfm Fix UserID column references in auth endpoints after schema normalization 2026-01-30 17:15:46 -08:00
sendOTP.cfm Fix UserID column references in auth endpoints after schema normalization 2026-01-30 17:15:46 -08:00
validateToken.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
verifyLoginOTP.cfm Fix UserID column references in auth endpoints after schema normalization 2026-01-30 17:15:46 -08:00
verifyOTP.cfm Fix UserID column references in auth endpoints after schema normalization 2026-01-30 17:15:46 -08:00