Unlock components in module with prefine code

Hi all,

I have build a module which contains 3 components, I want to be able to unlock certain components by typing in a predefined code. Is this possible do with the ignition licensing system or must a create my own custom system to do this?

Ignition licenses can carry extra "license details", which are just key:value pairs (strings) embedded in the license. You would configure these when you prepare a license using the Showcase API tools.

Your module can check for the presence and value of these extra details when your module checks the license information it is handed during startup. You would cache this in your hook somewhere (private static fields with public static getter is common).

2 Likes