Node locked license with multiple users #98
-
I'm currently using node locked licenses. I want to extend this model further to limit each license to a set of named userids. I thought of using the KeyGen User object, but a License has only one User. Any suggestions on how/where to model this requirement in KeyGen? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Issue for this is here: keygen-sh/keygen-api#534. Usually, I'd say to use machines to activate individual users as a workaround (fingerprint being the user's email), but since you're wanting to activate machines and assign users at the same time, right now, multiple users per-license isn't possible with that model. You may be able to add the set of user emails/IDs to the license's metadata, but enforcement of that would fall on you, outside of Keygen. |
Beta Was this translation helpful? Give feedback.
Issue for this is here: keygen-sh/keygen-api#534. Usually, I'd say to use machines to activate individual users as a workaround (fingerprint being the user's email), but since you're wanting to activate machines and assign users at the same time, right now, multiple users per-license isn't possible with that model.
You may be able to add the set of user emails/IDs to the license's metadata, but enforcement of that would fall on you, outside of Keygen.