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)

Details
Detailed Description

Library to support converting RSA keys to JWK and using the JWK to create and validate JSON Web Tokens.


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.
Limitations
Release notes 

Updated to the newest Security library