Use ActiveSupport instead of extlib
[arvados.git] / lib / google / api_client / auth /
2014-10-08 Abdelkader BoudihReplace deprecated method that cause ruby warnings...
2014-09-17 Sérgio GomesMerge pull request #94 from programmiersportgruppe...
2013-11-19 Ben BarnardShutdown WEBrick server used in installed app flow
2013-09-06 Steve BazylMerge pull request #70 from JuanitoFatas/master
2013-09-06 Steve BazylMerge pull request #71 from twelvelabs/master
2013-08-15 Steve BazylMerge pull request #78 from proppy/computeauth
2013-08-15 Johan Euphrosineauth: perserve original option param
2013-08-14 Johan Euphrosineauth: add compute service account
2013-06-20 Steve BazylMerge pull request #64 from phiggins/master
2013-06-20 Steven BazylRemove example of deprecated use
2013-05-31 Steve BazylMerge pull request #52 from jeffposnick/master
2013-05-29 Jeff PosnickAdded Google::APIClient::FileStorage, to save OAuth...
2013-01-12 Bob AmanMerge pull request #23 from layby42/master
2013-01-12 Oxana Goutnikfix for #22 impersonation
2013-01-05 Steve BazylMerge pull request #20 from simplymeasured/feature...
2013-01-05 Steven BazylAdd oauth helper for installed apps, update CLI
2013-01-03 Steven BazylFix JWT example in docs
2013-01-02 Steven BazylRead keyfile in binary mode
2013-01-02 Steven BazylMerge branch 'master' of https://github.com/google...
2013-01-02 Steven BazylUse JWT support in signet, ignore broken PKCS12 tests...
2012-12-30 Steve BazylMerge pull request #13 from sanemat/multi-json-in-rails...
2012-11-02 Steven BazylRefactor key loading to support PEM + fix issue #62
2012-11-02 Steven BazylFix sample for JWTAsserter (missing .new)
2012-10-30 Steven BazylAuto-refresh OAuth 2 tokens & retry request on 401...
2012-10-10 Steven BazylRe-org service account support
2012-10-10 Steven BazylRe-org service account support
2010-09-13 bobaman@google.comRemoving transport and OAuth code that is no longer...
2010-08-17 bobaman@google.comUpdating code to consistent coding style.
2010-08-14 bobaman@google.comAdded brief documentation to the handler classes.
2010-08-14 bobaman@google.comAdded code to determine the location of the discovery...
2010-08-14 bobaman@google.comUpdated the configuration handling code.
2010-08-14 bobaman@google.comUpdated OAuth1 configuration code. Added docs.
2010-08-12 bobaman@google.comUpdated OAuth to actually perform authorization stuff.
2010-08-10 bobaman@google.comAdded some stubs for OAuth and HTTP.