Hi, we are evaluating Cryptlex for our web application. It is written in Java and is deployed in the cloud. Which means that
- we have only one or two application instances running, each on a single (virtual) machine or Docker container
- we need named licenses for our users, but all our user sessions are running simultaneously on the same application instance
Is this possible with Cryptlex ? How should we set up the licenses ? Do we need separate license keys for each user (I guess). Shoudl we store those keys locally in our application ? And can we use multiple licenses simultaneously from a single machine ?