Portal sign-in
Access the At The Ready Distributor Portal
Email authentication will be connected after the front-end scaffold is finalized. Protected distributor routes already redirect here when no distributor session is available.
Current scaffold behavior
Protected routes require sign-in
Unauthenticated visitors are redirected here from dashboard, shop, and cart.
Once Supabase is wired in, a valid distributor sign-in can move directly into buying pages without an extra review step.
The protected layout already centralizes this redirect logic so the auth backend can change without touching the pages.
