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 (in base64 or string) which contains the private key in the following format:-----BEGIN PRIVATE KEY-----your private key-----END PRIVATE KEY-----
Codebase:
https://github.com/DieterACA/ODC_JWT_Generator
Added support for both Base64 and text string PEM key files
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)