简体   繁体   中英

JWT for Google Apps Script?

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?

On Google Apps Script server side code can "require" code only from other Google Apps Script project. For details see Libraries .

Related Q&A

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM