JwtGenerator

JwtGenerator (ODC)

Stable version 0.2.0 (Compatible with ODC)
Uploaded on 13 December 2023 by ACA-IT
JwtGenerator

JwtGenerator (ODC)

Details
Detailed Description

Enables creation of a valid & signed token based on a SA key file in OutSystems Developer Cloud (ODC).

This component can be used together with other libraries such as;

-Google Calendar Integration Service

-Google Drive Integration
-...
to generate the needed token for authentication.


To sign the token a SA key file is needed which contains the private key in the following format:
-----BEGIN PRIVATE KEY-----
your private key
-----END PRIVATE KEY-----