I saw the installed files of electron exe application that can be modified from the program files directory and I can see the js files in that directory that also can be easily modified by the user to skip activation or renewal process.. Can you please suggest the best solution to protect this
@@ChenthamizhKUMARANJeyakanthan The app will need an internet connection to verify the license with your server. It can't be an offline app with this model as there is no secure way to verify the license key.
Thank you for your explanation, but I need to use the same template with a custom api, How can I replace lemon squeezy with it?
I saw the installed files of electron exe application that can be modified from the program files directory and I can see the js files in that directory that also can be easily modified by the user to skip activation or renewal process.. Can you please suggest the best solution to protect this
I think you'd need a dedicated server to perform this then
@@samosborne Thanks for your reply. But my query is about to offline desktop app in electron
@@ChenthamizhKUMARANJeyakanthan Dont know tbh
@@samosborne ok thanks :)
@@ChenthamizhKUMARANJeyakanthan The app will need an internet connection to verify the license with your server. It can't be an offline app with this model as there is no secure way to verify the license key.
Thank u!