• shaw's avatar
    fix(payment): allow Stripe payment pages to bypass router auth guard · c1b52615
    shaw authored
    Stripe payment routes (/payment/stripe, /payment/stripe-popup) are
    reached via hard navigation (window.location.href), which caused
    the router guard to block access before the page could load.
    Set requiresAuth and requiresPayment to false, consistent with
    /payment/result. Backend API still enforces authentication.
    c1b52615
index.ts 21.1 KB