JwtGenerator

JwtGenerator (ODC)

Stable version 0.4.3 (Compatible with ODC)
Uploaded on 9 Apr (2 weeks ago) 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 (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


Limitations
Release notes 

Added support for both Base64 and text string PEM key files