You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
This library uses the gtoken for JWT. The issue is that when using this library, the transporter is not used to do the gaxios request, and as a result, it doesn't work with custom transporter (in our case we use this to customize node http agent).
Given the very small size of gtoken (350 LoC), I think if would make sense to re-implement it here, using the transporter system. But maybe it would be better to also have such transporter mecanism in gtoken so that we could use it here.