Harden auth, payments, and frontend against review findings.

Close exploitable gaps in booking/payment flows, enforce token versioning and account checks, gate sensitive payment data, and add middleware plus input validation across admin routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Michilis
2026-06-24 19:59:02 +00:00
co-authored by Cursor
parent fc4af38e8a
commit a6840ea953
37 changed files with 1432 additions and 528 deletions
+2
View File
@@ -1047,6 +1047,7 @@ export default function AdminEmailsPage() {
<div className="flex-1 overflow-auto">
<iframe
srcDoc={previewHtml}
sandbox=""
className="w-full h-full min-h-[500px]"
title="Email Preview"
/>
@@ -1100,6 +1101,7 @@ export default function AdminEmailsPage() {
{selectedLog.bodyHtml ? (
<iframe
srcDoc={selectedLog.bodyHtml}
sandbox=""
className="w-full h-full min-h-[400px]"
title="Email Content"
/>