I'm using an API that requires a JSON Web Token generated with a couple of specific and unique parameters. In node, one would simply use var jwt = require(jsonwebtoken')
to load the proper library, but that can't be done in Apps Script.
Is there a GAS library that could substitute node's jsonwebtoken module?