Single application installation with multiple licenses

Scenario:

  • Web application running on a server
  • User A authenticates and checks his/her license (key, features, consumtion feature, …)
  • User B authenticates and checks his/her license (key, features, consumtion feature, …)
  • User C

How can I implement such a scenario (single software instance with multiple licenses)?

Thanks
Andrea

Hi Andrea,

Where is the web application being run?

It is a node.js application running on a Windows Server machine.

I mean will it run on your servers or in your customers local network?

Both, we have a server on our local network and also on-premise installations on customer’s servers

We support single license per product per machine. So, the only way would be to user our REST API directly:

But this will only work if app has access to the internet.