rubicon-project / node-google-dfp

A service for integrating with Google DFP over NodeJS
ISC License
85 stars 34 forks source link

Use google-auth-library #44

Closed mvhirsch closed 6 years ago

mvhirsch commented 6 years ago

Instead of depending on googleapis (which is a rather big package), we should rely on google-auth-library https://www.npmjs.com/package/google-auth-library

Since the only usage of googleapis is to authenticate the DfpUser, this should be a quick change.

mvhirsch commented 6 years ago

I've made a PR. Please take a look at #45

mvhirsch commented 6 years ago

Thx @grevory. Since you've merged #45, this can be closed safely.