Implement jwt in Ignition 8.1

Hi,

How can I implement jwt library or an equivalent in Ignition 8.1 ?

Thanks

Have you tried dropping the java-jwt library into Ignition's install folder? (lib/core/common)

FWIW - Ignition uses jose4j which is distributed as a common dependency - should already be in lib/core/common. You could consider calling out to this library’s Java APIs for your JWT needs since it is already on the classpath.