Closed as not planned
Description
I noticed you use buffer-equal-constant-time
indirectly through jws
and gtoken
.
buffer-equal-constant-time
is a legacy and unsupported package since 2017. (Deprecation notice)
It causes some issues in combination with docker and some other environments.
I'd appreciate if you can consider switching it.
A solid alternative for jwt purposes is fast-jwt.
I have already switched jws
here: https://github.com/idoshamun/google-auth-library-nodejs/tree/update-jwt-lib
But it's not enough as we also need to update gtoken