Login to follow
JWTCore

JWTCore (ODC)

Stable version 1.0.4 (Compatible with ODC)
Uploaded on 22 May 2025 by OutSystems Labs
JWTCore

JWTCore (ODC)

Details
Detailed Description

Library for creating, decoding and validating JSON Web Tokens, an open, industry standard RFC 7519 method for representing claims securely between two parties.

This is a migration of the exernal code/logic from the O11 component.


Library to handle JSON Web Tokens used in server-side OAuth authentication. Currently this component allows generating and decoding tokens, which are needed to connect to existing REST services that require JWT for authentication. It supports tokens signed symmetrically (using HS256, HS384, HS512) and also asymmetrically (using RS256, RS384, RS512).

Limitations

Currently, this component doesn’t support the following algorithms: ES256, ES384 and ES512