Skip to content

Release 0.6.0

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 07 Aug 12:01
· 41 commits to main since this release

Added

  • PR#40 added support for Metadata Server Auth so that you can obtain oauth tokens when running inside GCP. Thanks @boulos!
  • PR#42 resolved #39 by adding support for the same default credentials flow as the the Go oauth2 implementation for Google oauth. This included adding support for EndUserCredentials. Thanks @boulos!