Can I do customized value checking on the server side? #76
-
We want to store the checksum of our source code on the Keygen server side. Is this possible? Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Not out of the box. I mean, you could use machine activation for this (e.g. make the machine fingerprint the checksum), but that's not really what it's meant for. Are you using Keygen to distribute your application? E.g. using releases 1 and artifacts 2. Footnotes |
Beta Was this translation helpful? Give feedback.
I was asking if you used Keygen to distribute because we're working on a new feature that may align with what you're asking for here: keygen-sh/keygen-api#620. Essentially, you would be able to send a
scope.checksum
parameter during validation, and if the license doesn't have permission to access an artifact with that specific checksum, the validation will fail.