Give us feedback
complexjwt
Service icon

ComplexJWT

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 November 2020 by 
0.0
 (0 ratings)
complexjwt

ComplexJWT

Details
This component allows the user to create JSON Web Tokens from complex Object Types in Outsystems. This component supports RS256, RS384, RS512, HS256, HS384 and HS512 algorithms.
Read more

This component allows the user to create JSON Web Tokens from complex Object Types in Outsystems. This component supports RS256, RS384, RS512, HS256, HS384 and HS512 algorithms.


Read Less

This component allows the user to generate JSON Web Tokens out of complex object types, rather than normal key/value pairs. The Algorithms supported,

Symmetric Algorithms

  • HS256
  • HS384
  • HS512


Asymmetric Algorithms

  • RS256
  • RS384
  • RS512


For Symmetric Types, input "Shared Secret" is mandatory.

For Asymmetric Types, input "Private Key" is mandatory. Right now, RSA Private Keys in PEM format only are supported.

Note: This component uses jose-jwt libraries to generate JWT.

Release notes (1.0.0)
Reviews (0)
Team