Closed xunziheng closed 12 months ago
By the way, I use "RS256" for sign.
Please use Web Crypto API. https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API
I came into a project using KJUR.jws.JWS.sign and traced slowness to this function. Maybe mark that function as deprecated so people know there are better implementations now?
Env:
Issue:
when I use
KJUR.jws.JWS.sign()
Its very slow for me, about 7000ms, but the answer is all right. I'm not sure if it's my problem, but I really have no more idea to debug.I had try to change version.
thank you guys for any suggestion
I guess the webpack ts-loader cause that?