Skip to content

v1.0.0: New auth. New bundle.

Choose a tag to compare

@brizandrew brizandrew released this 25 Mar 16:03

Changelog

  • Due to a request for more auth strategies, the auth method has been made into a family, and the original authentication via Service Account method has been moved to auth.jwt() to better match Google's authentication naming.
  • A new authentication strategy has been added for personal account-based OAuth at auth.oauth(). Check out the docs for that method to learn more.
  • Bundling/transpiling is now being done by Rollup to create both a cjs and es module.