Can I create challenge response kind license system
-
Can I create challenge response kind of license system for hise plugins? My idea is , When a user will purchase a product after it gets installed it will ask for challenge code. User will have put their Mac address or Machine ID as challenge, it will generate response code based on it. It will be authorize for the user with the Mac address. And after 3 days of inactive network it will disable the plugins automatically.
-
@DabDab said in Can I create challenge response kind license system:
And after 3 days of inactive network it will disable the plugins automatically.
Very bad idea IMO. I think it would prevent anyone to buy such a plugin.
Also you'll have to implement the system yourself on your server to handle the challenge/response.Why not do something like that, it's much easier :
https://forum.hise.audio/post/44234 -
What happens if they upgrade their hardware and the machine ID changes?
-
@Matt_SF said in Can I create challenge response kind license system:
@DabDab said in Can I create challenge response kind license system:
And after 3 days of inactive network it will disable the plugins automatically.
Very bad idea IMO. I think it would prevent anyone to buy such a plugin.
Also you'll have to implement the system yourself on your server to handle the challenge/response.Why not do something like that, it's much easier :
https://forum.hise.audio/post/44234OK... this process is very hard I Guess , lots of trial & error.. isn't it ?
-
@d-healey said in Can I create challenge response kind license system:
What happens if they upgrade their hardware and the machine ID changes?
hmmm... point.... (y)
-
-
This post is deleted! -
can I make subscription based plugins with only HISE ?
You will need some kind of server backend.
-
-
@d-healey If I do it from Wordpress , what is the next step for HISE to make a subscription based plugins.. like ..
How can I make this for HISE exported plugins ?
-
@DabDab Probably the simplest way is to use the official HISE system - https://activate.hise.dev/
-
You‘re probably the only person on the planet that saw the Waves announcement and thought that‘s a good idea, I want that too :)
-
@Christoph-Hart said in Can I create challenge response kind license system:
You‘re probably the only person on the planet that saw the Waves announcement and thought that‘s a good idea, I want that too :)
Not at all.. I only like the idea
Subscription based Plugin
.
Company doesn't matter. Even I don't know what is the post about
Waves... -
@DabDab said in Can I create challenge response kind license system:
If I do it from Wordpress , what is the next step for HISE to make a subscription based plugins.. like !
-
@orange said in Can I create challenge response kind license system:
@DabDab said in Can I create challenge response kind license system:
If I do it from Wordpress , what is the next step for HISE to make a subscription based plugins.. like !
OK... is it applicable for subscription based things ?.. ok.. cool.
-
OK... is it applicable for subscription based things ?.. ok.. cool.
Yes of course, since it is a C/R system, you can use it what ever you want.
If you use Wordpress/Woocommerce, You'll also need a subscription plugin for it to take the recurring payments. Then on the vst plugin, you'll need to check if the subscription license is still valid or not with using the Woocommerce Subscription Plugin's API.
-
@orange said in Can I create challenge response kind license system:
OK... is it applicable for subscription based things ?.. ok.. cool.
Yes of course, since it is a C/R system, you can use it what ever you want.
If you use Wordpress/Woocommerce, You'll also need a subscription plugin for it to take the recurring payments. Then on the vst plugin, you'll need to check if the subscription license is still valid or not with using the Woocommerce Subscription Plugin's API.
I am only interested in the HISE part authentication. How can I check if the subscription license is still valid in HISE?
Can I get a minimal snippet ? -
@DabDab you will need to read and implement this;
https://woocommerce.github.io/subscriptions-rest-api-docs/#subscriptions
-
@Lindon No, I asked for a little snippet covering, How to make Authorization panel (Plugin side) ?
-
@DabDab if you can‘t implement it on your own based on the API provided by the server end point then don‘t bother doing this at all - it‘s way to complex and customizable for a snippet to work like you intend. There are enough snippets out here that show regular usage of the Server API.
I usually try to not discourage people to do stuff but I think this is a bit over your head and you‘ll save a lot of time by either letting this idea go or hire someone with the skillset to pull this off.