jwt-token-utils
Service icon

JWT Token Utils

version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 31 Mar (3 days ago)
 by 
0.0
 (0 ratings)
jwt-token-utils

JWT Token Utils

Details
JWT Token Utils is a powerful OutSystems component that simplifies working with JSON Web Tokens (JWT). It enables secure creation, parsing, validation, and inspection of tokens directly within your OutSystems apps.
Read more

Key Features:

  • Full claim and metadata export as JSON
    Effortlessly convert any JWT into a structured JSON object—including standard claims (iat, exp, iss, etc.) and validation results. The output can be used for logging, integration, or parsed into a normalized OutSystems structure for further logic and UI binding.

  • Create and validate JWTs using multiple algorithms (HS256, RS256, etc.)
    Supports both symmetric (shared secret) and asymmetric (RSA keys) encryption, including PEM/XML formats.

  • Flexible claim validation with smart wildcard matching
    Easily check for specific values in claims like permissions, even when using hierarchical patterns such as abc.secure.write.*. The library understands dot-delimited structures and expands wildcards intelligently.

  • Decode and inspect tokens with access to all standard claims
    Includes support for issued-at (iat), expiration (exp), not-before (nbf), issuer (iss), audience (aud), and more.

Key Differentiator:

Unlike most JWT libraries, JWT Token Utils natively supports complex claim structures (nested objects and arrays). These are automatically flattened into safe, readable JSON strings—making them accessible even in low-code platforms or external systems that don’t natively handle nested data.


Bonus: Includes helper tools for testing and debugging at C# level.

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category