GoogleOauth2.0 First implementation

First try for GoogleOauth2.0
This commit is contained in:
Georg Reisinger
2018-10-26 14:02:15 +02:00
parent 216a04e233
commit b171f1646c
1880 changed files with 912953 additions and 7 deletions

View File

@ -0,0 +1,18 @@
# Changelog
[npm history][1]
[1]: https://www.npmjs.com/package/nodejs-googleapis-common?activeTab=versions
## v0.3.0
This release uses the 2.0 release of `google-auth-library`. A summary of these changes (including breaking changes) can be found in the [release notes](https://github.com/google/google-auth-library-nodejs/releases/tag/v2.0.0).
### Dependencies
- Upgrade to google-auth-library 2.0 (#6)
## v0.2.1
### Fixes
- fix: use the latest google-auth-library (#4)