payfrit-api/api/auth
John Mizerek 1f81d98c52 Initial PHP API migration from CFML
Complete port of all 163 API endpoints from Lucee/CFML to PHP 8.3.
Shared helpers in api/helpers.php (DB, auth, request/response, security).
PDO prepared statements throughout. Same JSON response shapes as CFML.
2026-03-14 14:26:59 -07:00
..
avatar.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
completeProfile.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
login.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
loginOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
logout.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
profile.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
sendLoginOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
sendOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
validateToken.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
verifyEmailOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
verifyLoginOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
verifyOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00