Document toolboxDocument toolbox

Best practices

Applying the license key for different modules can be easily accomplished by directly pasting the license key into the widgets themselves.

image-20240419-134017.png

However, while this method will function, it's not the recommended best practice. Instead, we advise creating a constant, making it accessible to the client, and using it as input for the 'license token' field.

By exposing the constant to the client, you ensure that the value is readily available in plain text, accessible from pages and nanoflows. It's important to note that this approach is suitable for non-sensitive information such as license keys specific to the application.

By utilizing a constant, you can effortlessly modify the value and restart the application for the changes to take effect. However, if you opt to directly paste the key into the widget, you'll necessitate a completely new package and a redeployment.