How to implement in a safe way paid features using ExtPay #191
Replies: 1 comment
-
This is very common issue/ concern with the chrome extension Deveopment, here is a quick guideline:
By offloading critical logic to the backend, you reduce the risk of hacking significantly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw in the last release of this great repo that there is the ability to use ExtPay to add the ability to let user pay for extension features. My doubt is about implementation of the pad features, the chrome extension code is visible to users so my question is, what is the better way to add a paid feature into the build without the risk that the extension code can be hacked to bypass the check of the subscription?
Beta Was this translation helpful? Give feedback.
All reactions