Please add the ability to create a JWT. This could be in the form of: an action which takes the claims, application ID, and application secret, and encodes it into a JWT -OR- A function which encrypts a given string/variable using a given algorithm and nonce. This would help in allowing flow to retrieve data from certain web apis
... View more