Consumption licensing

Hi,

We Have a need of consumtion licensing. So let's say a user can do something 1000 times. Everytime he do something in our software this is counted. If he consumed it 1000 times, the license stops to work.

We don't want to store the counter on customer site, we want to transfer it to the license server.

Is there something in LimeLM?

Regards, Marco

Hey Marco,

You can use custom license fields to store the "maximum" usage of the "consumable resource". Then, on the client-side send "usages" to your servers, where you can then update another customer license fields using the web API.

So, do a mix of client-side storage as well as server-side storage.

https://wyday.com/limelm/help/api/

Hey Wyatt,

Thank you for your fast reply.