Dynamic Values
Dynamic Value steps are color-coded orange in the visual editor.
JWT Decode
The JWT Decode step decodes JavaScript Web Tokens (JWTs). This step supports decoding with a secret value. The output of this step is decoded JSON values stored in the variable you set.
JWT Encode
The JWT Encode step encodes JavaScript Web Tokens (JWTs). This step supports encoding with a secret value and encodes payload and header JSON data. The output of this step is an encoded JWT value stored as a string in the variable that you set.
Updated over 1 year ago