google-auth-library-nodejs icon indicating copy to clipboard operation
google-auth-library-nodejs copied to clipboard

refactor: Remove `querystring` usage

Open danielbankhead opened this issue 2 years ago • 0 comments

Today we import and use Node.js's querystring module throughout the library.

However, the module is considered 'legacy': https://nodejs.org/api/querystring.html#query-string

Using other solutions should cover us; preferably the standard URL whenever possible.

danielbankhead avatar Sep 15 '22 21:09 danielbankhead