In my code, I use jsonwebtoken to tokenify some JSON:
import jwt from \'jsonwebtoken\' ... const token = jwt.sign(myJson, mySecret)
Locally, I ha