Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enabling the use of App Engine's SignBytes, ServiceAccount and PublicCertificates (#18) * Release 1.0.1 (#16) * Using the ClientOptions provided at App initialization to create the … (#12) * Using the ClientOptions provided at App initialization to create the HTTPClient in auth package. * Fixed context import * Updated test case * Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup. * Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13) * Bumped version to 1.0.1 (#15) * adding native app engine support via build tags * missing files * adding ability to use standard signer locally with GAE * allowing for std signer on GAE production env, fixing opts check * fixing env var name * removing test log * giving the key source the same treatment as the signer * missing files * removing unneeded build tag * code review feedback * missing file * adjusting constructor per review feedback * file rename per feedback * reverting more changes * review feedback, fixing test * Documentation update (#19) * Release 1.0.1 (#16) * Using the ClientOptions provided at App initialization to create the … (#12) * Using the ClientOptions provided at App initialization to create the HTTPClient in auth package. * Fixed context import * Updated test case * Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup. * Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13) * Bumped version to 1.0.1 (#15) * Removed unused package variable; Updated godocs * Minor refactoring of test code (#20) * Release 1.0.1 (#16) * Using the ClientOptions provided at App initialization to create the … (#12) * Using the ClientOptions provided at App initialization to create the HTTPClient in auth package. * Fixed context import * Updated test case * Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup. * Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13) * Bumped version to 1.0.1 (#15) * Moved integration/auth_test.go to its own package. Moved fileKeySource to auth_test.go * Testing for iss and sub headers of custom tokens * Bumped version to 1.0.2 (#21) * Release 1.0.1 (#16) * Using the ClientOptions provided at App initialization to create the … (#12) * Using the ClientOptions provided at App initialization to create the HTTPClient in auth package. * Fixed context import * Updated test case * Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup. * Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13) * Bumped version to 1.0.1 (#15) * Bumped version to 1.0.2wq
- Loading branch information