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 a7138ba958 Fix loginOTP case sensitivity with preserveCaseForStructKey
The beacon app sends "Phone" (uppercase) but loginOTP.cfm checked for
"phone" (lowercase). With preserveCaseForStructKey=true this fails.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:12:03 -08:00
..
avatar.cfm Add AvatarUrl to profile API and update ImageExtension on upload 2026-02-06 18:49:38 -08:00
completeProfile.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
login.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
loginOTP.cfm Fix loginOTP case sensitivity with preserveCaseForStructKey 2026-03-07 16:12:03 -08:00
profile.cfm Auto-apply user balance on cash and card orders 2026-03-02 14:16:21 -08:00
sendLoginOTP.cfm Magic OTP: accept 123456 alongside real codes (for App Store review) 2026-03-06 16:32:39 -08:00
sendOTP.cfm Magic OTP: accept 123456 alongside real codes (for App Store review) 2026-03-06 16:32:39 -08:00
validateToken.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
verifyEmailOTP.cfm Magic OTP: accept 123456 alongside real codes (for App Store review) 2026-03-06 16:32:39 -08:00
verifyLoginOTP.cfm Magic OTP: accept 123456 alongside real codes (for App Store review) 2026-03-06 16:32:39 -08:00
verifyOTP.cfm Magic OTP: accept 123456 alongside real codes (for App Store review) 2026-03-06 16:32:39 -08:00