Review request

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

Solved · 14 views · asked by sam_builds · edited

Repo or live app

github.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 · edited

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