Review request

Salon booking app, Claude Code, would love a security pass

Solved · 175 viewsasked by sam_builds

Repo or live app

git.example.com/samokafor/salon-booking ↗

Unsure about: SecurityDeployment

Real customers next month. Booking, payments via Stripe links, SMS reminders. What would you check first?

Comment

1 answer

Marked as helpful by the asker
lena_ops

Checked the repo. Good: RLS on bookings, keys server-side. Fix before launch: the SMS webhook has no signature check (anyone can trigger reminders), and bookings.customer_phone is readable by every signed-in user because the policy is auth.uid() is not null. Restrict to the salon owner and the customer.

Comment