Is there a way to maintain authentication after Stripe payment? I don’t know why I didn’t use the Xano auth. I guess I’m still learning and explored implementing authentication manually. I’ve tried the following to no success:
- Complex reauth token systems (didn’t work)
- Public callback pages (didn’t work)
- localStorage persistence (doesn’t work - just confirmed)
- Response structure matching (didn’t work)