Is there a way to maintain authentication after Stripe payment?

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:

  1. Complex reauth token systems (didn’t work)
  2. Public callback pages (didn’t work)
  3. localStorage persistence (doesn’t work - just confirmed)
  4. Response structure matching (didn’t work)

Hi Formii :waving_hand:

Which auth method are you using for your project?

I’m using Xano through WeWeb REST API, and have used it in the whole project. I didn’t install the Xano Auth. Is it still possible to maintain auth after Stripe?