-
Follow-up on #65 (reply in thread). I give out licenses with max_machines, and some without. The former require fingerprint scope when validating, and activation as well. The latter don't. I understand there's no way now to distinguish the two licenses in the application, so what I'm doing now is a non-fingerprinted validation, from which I get My application has no way of knowing which is which, right? I thought about giving out prefixed licenses like Any better idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No better ideas outside of a custom license key scheme like you outlined. This isn't a typical scenario so I haven't given much thought to how this would look outside of what is currently possible. But validating without the fingerprint, and then revalidating with the fingerprint on |
Beta Was this translation helpful? Give feedback.
No better ideas outside of a custom license key scheme like you outlined. This isn't a typical scenario so I haven't given much thought to how this would look outside of what is currently possible. But validating without the fingerprint, and then revalidating with the fingerprint on
FINGERPRINT_SCOPE_REQUIRED
seems like the best approach. That is why that validation code exists, after all.