Open gauravjain024 opened 3 years ago
JWk to PEM is taking time to convert
It takes approx ~2.5 sec to convert JWK to PEM when private option is enabled.
const pem = jwkToPem(jwkSet, { private: true });
This process is making the overall request slower than expected.
JWk to PEM is taking time to convert
It takes approx ~2.5 sec to convert JWK to PEM when private option is enabled.
const pem = jwkToPem(jwkSet, { private: true });
This process is making the overall request slower than expected.