Make use of google-auth-library instead of `googleapis as described in #44.
This results in smaller package-size and a more lightweight approach.
Also this updates google-auth-library to 1.3.2 (instead of 0.9.10 or similar) which already supports JWT-authentication. Current README describes this, too - but won't work if npm decides to install older version bundled with googleapis ^4.0.0.
Make use of
google-auth-library
instead of `googleapis as described in #44. This results in smaller package-size and a more lightweight approach.Also this updates
google-auth-library
to 1.3.2 (instead of 0.9.10 or similar) which already supports JWT-authentication. Current README describes this, too - but won't work if npm decides to install older version bundled withgoogleapis ^4.0.0
.