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
John Mizerek db90d9911a Add OTP email login to business portal
Replace default password login with email-based OTP flow. User enters
email, receives 6-digit code, enters it to log in. Password login
retained as fallback via link. On dev, magic OTP code is shown directly
for easy testing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 09:03:40 -08:00
..
addresses Fix missing datasource in addresses/list.cfm and LIKE on INT column in setDefault.cfm 2026-01-31 21:05:06 -08:00
admin Move 70 one-off admin scripts to api/admin/_scripts/ (gitignored) 2026-01-31 20:38:49 -08:00
app Add about.cfm API endpoint for mobile app About screennAdds server-side content for About Payfrit screen allowing content updates without releasing new app versions.nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> 2026-01-28 00:38:58 -08:00
assignments Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
auth Add OTP email login to business portal 2026-02-01 09:03:40 -08:00
beacons Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
businesses Fix header image URL to use relative path instead of hardcoded production domain 2026-01-31 20:52:19 -08:00
chat Fix TaskID → ID in WHERE clauses on Tasks table (4 files + cron copy) 2026-01-31 21:00:46 -08:00
config Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
debug Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
dev Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
import Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
menu Fix prefixed column names in uploadHeader, stripe/onboard, stripe/createPaymentIntent 2026-01-31 20:56:35 -08:00
orders Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
portal Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
ratings Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
servicepoints Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
setup Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
stations Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
stripe Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
tasks Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
users Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
workers Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
Application.cfm Add OTP email login to business portal 2026-02-01 09:03:40 -08:00