Login to follow
JWT Toolbox

JWT Toolbox (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 27 June 2025 by Quatronic B.V.
JWT Toolbox

JWT Toolbox (ODC)

Documentation
0.1.2

Contains 3 public actions:

  1. GenerateJWT: Generates a JWT signed by a RSAKey that can be created using "RSA_NewKey" from the OutSystems Security Library. No need to convert the key to JWK first.
  2. RSAKeyToJWK: Converts a RSAKey (either the private or public) to a JWK.
  3. ValidateJWT: Validates a JWT based on a public RSAKey.