#tomek8755

1 messages · Page 1 of 1 (latest)

jagged patrolBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

tawdry estuary
#

hi. Hmm, but then can't I just open my browser devtools, edit my localStorage to have the values you expect me to have, and then I have access to your site for free?

gaunt condor
#

yep, but this could be improved

#

for example

#

if Stripe assignes unique user ID per user, then you could just store the userID in the localstorage, and make call to Stripe API on the app load, verify with Stripe whether the user is subscribed, and then store the subscribed state in JS variable, and then based on that allow the premium content or no

tawdry estuary
#

I can get the ID of a user who has paid, put that in my localStorage, annd get access.

gaunt condor
#

yep

tawdry estuary
#

up to you how you implement your own site of course but that's my opinion.

gaunt condor
#

so this is considering that the UserIDs or some user identifiers generated by Stripe are hard to guess

tawdry estuary