anyone happen to have code that’d run server side ...
# suitescript
m
anyone happen to have code that’d run server side in NS to sign (RS256) a JWT?
m
jwt.ts
I ported this code based on the library linked at the top. I didn't port the RS256 because I need it but hopefully this could at least be a starting point
m
FAN. TASTIC. this is great thank you sir!
i
I was able to do it using jsrasign but you would need to modify it a bit to have it run on server side.