Go to file
Tim Emiola a5bb601fe3 Adds an implementation of Application Default Credentials
- supports two initial scenarios
  - 2LO with service accounts
  - Compute Engine

- performs all 3 'sniffs' for the service account credentials
  - from environment
  - from a well known file
  - from GCE
2015-02-12 16:59:08 -08:00
lib Adds an implementation of Application Default Credentials 2015-02-12 16:59:08 -08:00
spec Adds an implementation of Application Default Credentials 2015-02-12 16:59:08 -08:00
.gitignore Ignore emacs backup files and Gemfile.lock 2015-02-11 19:19:47 -08:00
Gemfile Extract the auth library into its own project 2015-02-11 19:23:34 -08:00
LICENSE Initial commit 2014-10-20 13:37:47 -07:00
README.md Initial commit 2014-10-20 13:37:47 -07:00
Rakefile Extract the auth library into its own project 2015-02-11 19:23:34 -08:00
googleauth.gemspec Fixes the doc url 2015-02-12 05:00:19 -08:00

README.md

oauth2client-ruby