Description
This was reported by a user on discord: https://discord.com/channels/844600078504951838/844600078948630559/1352659081139060866
We currently copy in an implementation to work around the grpc-js package preventing you from using bearer token credentials in an insecure context.
This differs from the current implementation, though a git blame shows that the changes to this class happened a long time ago.
My best guess is that something changed in the v1.13.0 release, but I'm having trouble figuring out what that would be.
I'll pin the package in the resolutions in the meantime, and work on a more permanent fix after that.
Description
This was reported by a user on discord: https://discord.com/channels/844600078504951838/844600078948630559/1352659081139060866
We currently copy in an implementation to work around the grpc-js package preventing you from using bearer token credentials in an insecure context.
This differs from the current implementation, though a
git blameshows that the changes to this class happened a long time ago.My best guess is that something changed in the v1.13.0 release, but I'm having trouble figuring out what that would be.
I'll pin the package in the resolutions in the meantime, and work on a more permanent fix after that.