Export to GitHub

goauth2 - default

Source Commits


Commits

Author Date Commit Message
Chris Broadfoot Jul 30, 2015 222e66a2882e goauth2/oauth: Add deprecation message to godoc comment.
Andrew Gerrand Aug 28, 2014 afe77d958c70 goauth2: add more sites to the list of badly behaved OAuth2 providers Fixes iss
Andrew Gerrand Aug 27, 2014 9fc9b28b7ffa goauth2: add GitHub to the list of badly behaved OAuth2 providers Update issue
Andrew Gerrand Aug 27, 2014 80c87b4b6700 oauth2: don't encode optional parameters in auth code url Fixes issue 41. LGTM
Brad Fitzpatrick Aug 26, 2014 f967a480d1c0 oauth: fix Token.Expired I was dumb before. As penance, I now include tests. V
Brad Fitzpatrick Aug 14, 2014 eab72654f295 oauth: make Google work again Google apparently doesn't implement the spec prop
Brad Fitzpatrick Aug 12, 2014 f06a85362aa5 oauth: clean up docs, code, fix data race, don't send client_secret in two place
Andrew Gerrand Aug 11, 2014 7fc9d958c834 goauth2: forbid empty access token, include json response in error Fixes issue
Fumitoshi Ukai Aug 7, 2014 8273d5a0e11a goauth2/compute/serviceaccount: fix required header for metadata v1 https://dev
Manuel Mendez Jul 10, 2014 6a3615e294b5 goauth2: support client_credentials grant_type LGTM=adg R=golang-codereviews, a
Glenn Lewis Jul 7, 2014 bf0f88586e95 goauth2: Update access token expiration by saving it within a memcache Gob. This
Patrick Mézard Jul 7, 2014 3770ceaf9ff8 oauth: fix formatting warnings reported by go vet oauth/oauth_test.go:158: po
Patrick Mézard Jul 6, 2014 9743fe2fd5c2 oauth: update codereview defaultcc to golang-codereview gobot kindly asked me t
Cezar Sá Espinola May 14, 2014 696c08849124 oauth: add Authorization header to exchange token requests According to http://
Fumitoshi Ukai Feb 24, 2014 d4571a95014f goauth2/compute/serviceaccount: transition metadata from v1beta1 to v1 The v1 m
Péter Szilágyi Feb 11, 2014 fa3262e2e228 jwt: add JWT authenticated transport and client. Self-refreshing OAuth transpor
Péter Szilágyi Feb 11, 2014 30c203fe2959 jwt: assertion time is not updated before JWT refresh The assertion and expirat
Fumitoshi Ukai Nov 25, 2013 5877582f0cb0 goauth2/compute/serviceaccount: add service account helpers. R=golang-dev, josh
Josh Bleecher Snyder Nov 5, 2013 8eeae4635bf6 goauth2: use an expiry in the past instead of time.Now() in tests The tests use
Josh Bleecher Snyder Nov 4, 2013 b23fd22c7c18 goauth2: add last-change to .hgignore last-change is created as a side-effect o
Robert Snedegar Nov 4, 2013 bff410ad9492 oauth/jwt: Make encode() public. Convert JWT's Token encode() method to be publi
Andrew Gerrand Nov 4, 2013 0435987f3af7 goauth2: add readme documenting contribution process Fixes issue 24. R=golang-
Noah Campbell Sep 12, 2013 e062946df3f2 jwt: Add support for googleapi delegation with 'sub' R=adg CC=golang-dev https:
Andrew Gerrand Sep 5, 2013 b5e081e4659f goauth2: close token cache files after reading/writing Fixes issue 8. R=golang
Asim Shankar Aug 27, 2013 aa0ef39a7c24 goauth2: Keep track of the JWT id_token received during access token exchanges.
Johan Euphrosine Jun 26, 2013 ecc4c1308422 appengine: add service account helpers R=golang-dev, adg CC=golang-dev https://
Will Norris Jun 19, 2013 66eb1571a0d4 goauth2: Document oauth.Config fields. (Fixes issue 15) R=adg CC=golang-dev htt
David Symonds Jun 11, 2013 917d06da3b2b goauth2: Write tokens to a file with perms 0600 instead of 0666 (mod umask). R=
Will Norris Jun 6, 2013 da1a3bbf481c goauth2: allow oauthreq to work with non-Google APIs Add new flags for redirect
Will Norris Jun 5, 2013 2dd63b800d01 goauth2: Fix test for default redirect URL R=adg CC=golang-dev https://coderevi
Andrew Gerrand Jun 4, 2013 34b19ee72fab goauth2: allow transport to work without a Config The Config is only necessary
Will Norris Jun 4, 2013 cf01a4ad4a2e goauth2: Allow for empty redirect URLs. The previous behavior was to use the va
Richard Eric Gavaletz Apr 30, 2013 2d711318934b goauth2: Fixing broken JWT example. The JWT example was broken with at Revision
Andrew Gerrand Mar 6, 2013 52dc2455246b goauth2: respect http.RoundTripper specification R=dsymonds CC=golang-dev https
Hossein Sheikh Attar Jan 30, 2013 0aa683b9a3ed oauth/jwt: add the "typ" field to JWT and private claim names R=adg, sledbetter
Bill Neubauer Jan 21, 2013 b8ebf16ab80d goauth2: fix expiration handling when receiving URL-encoded tokens. R=golang-de
Andrew Gerrand Jan 20, 2013 82dd99a547e0 goauth2: fix typo in docs R=golang-dev CC=golang-dev https://codereview.appspot
Andrew Gerrand Jan 8, 2013 b3e86ec424d3 goauth2: clean up example R=golang-dev, bradfitz CC=golang-dev https://coderevi
Shawn Ledbetter Dec 18, 2012 1f6bde75551d jwt: Add support for external signers, ID tokens. This allows an external agent
Alexander Surma Dec 16, 2012 f3b3146d6c91 goauth2: Use content-type detection to select codec R=adg, adg, nightlyone CC=g
Andrew Gerrand Nov 1, 2012 f77b3584c59b goauth2: add exchange and refresh tests R=bradfitz CC=golang-dev http://coderev
Richard Eric Gavaletz Oct 22, 2012 afc88e9a9e37 goauth2: adding a jwt package to support server to server applications. The jwt
Andrew Gerrand Sep 16, 2012 aff76afd3692 goauth2: fix variable shadowing bug R=proppy CC=golang-dev http://codereview.ap
Johan Euphrosine Sep 14, 2012 a24d7a15c524 goauth2: fix token handling - config: add ApprovalPrompt - Exchange: call updat
Manu Garg Sep 11, 2012 69ae34b71f97 oauth: Improve error handling. Add Oauth specific error type - OAuthError. R=ad
Manu Garg Sep 6, 2012 ee227149d571 oauth: Add a bit of context to the error message for update token errors. It's
Anthony Starks Aug 20, 2012 76d44ce1c666 goauth2: add -auth -token -redirect, and -ap flags allowing the example to work
Andrew Gerrand Aug 15, 2012 d46e2cc11a0a goauth2: remove outdated example and Makefile R=golang-dev CC=golang-dev http:/
Anthony Starks Aug 15, 2012 cf63aeb1b476 goauth2: make the example more general. This version: 1) is more general, you
Andrew Gerrand Aug 15, 2012 73e2fc89a810 codereview: use Go project's AUTHORS and CONTRIBUTORS files R=golang-dev CC=gol
Brad Fitzpatrick Jul 25, 2012 ae891eec7124 oauth: add AccessType Patch from Eric Gavaletz (Google CLA) R=golang-dev CC=go
Brad Fitzpatrick Jul 25, 2012 e9c91a6784f4 oauth: Add Eric Gavaletz (Google CLA) R=golang-dev, agl CC=golang-dev http://co
Manu Garg Mar 12, 2012 3af366e7c181 oauth.go: Add functionality to cache token data. R=adg CC=golang-dev http://cod
Andrew Gerrand Feb 15, 2012 5da4459beecc goauth2: fix IsExpired test R=bradfitz CC=golang-dev http://codereview.appspot.
Andrew Gerrand Feb 6, 2012 a7ddadea4dc3 CONTRIBUTORS: add Marc-Antoine Ruel Under the Google CLA. R=golang-dev, dsymon
Andrew Gerrand Feb 6, 2012 add4f88c3abc goauth2: correctly set Expiry to zeroed time.Time R=maruel, dsymonds CC=golang-
Andrew Gerrand Feb 5, 2012 1db7df60986c goauth2: update .hgtags R=golang-dev, r CC=golang-dev http://codereview.appspot
Andrew Gerrand Feb 5, 2012 4ee7c273e92e goauth2: update for Go 1 R=proppy, maruel, ality CC=golang-dev http://coderevie
Andrew Gerrand Nov 22, 2011 72aedee5f568 goauth2: add licensing errata R=golang-dev, nigeltao, r CC=golang-dev http://co
Manu Garg Nov 22, 2011 937479bfc9e1 oauth: Add a public method to renew tokens. R=adg CC=golang-dev http://coderevi
Andrew Gerrand Nov 22, 2011 468f4d03b499 goauth2: add Manu Garg to CONTRIBUTORS R=manugarg, dsymonds CC=golang-dev http:
Andrew Gerrand Aug 23, 2011 1d1bf184962b goauth2: refresh token before attempting HTTP request R=bradfitz CC=golang-dev
Andrew Gerrand Aug 23, 2011 975ef6f735bb Add codereview stuff. R=bradfitz CC=golang-dev http://codereview.appspot.com/49
Andrew Gerrand Aug 18, 2011 b518bf4fa061 use correct tag
Andrew Gerrand Aug 18, 2011 a51008eb437b update tags
Andrew Gerrand Aug 18, 2011 dfcfcf8893af fix for weekly.2011-08-17
Andrew Gerrand Jul 15, 2011 a5b47ef0e597 update json tags
Andrew Gerrand Jul 1, 2011 528d85023869 move release tag
Andrew Gerrand Jun 15, 2011 379476c9e05c update to latest http package'
Andrew Gerrand Jun 15, 2011 d7c746aa73cb Added tag release for changeset 682880c510ff
Andrew Gerrand Apr 28, 2011 682880c510ff changes for new http
Andrew Gerrand Apr 15, 2011 810cf03c6c1a add example
Andrew Gerrand Apr 15, 2011 f89ea6f53015 simplify further
Andrew Gerrand Apr 15, 2011 3fa5692d5837 check for config in Exchange
Andrew Gerrand Apr 15, 2011 9991540cd38f bug fixes
Andrew Gerrand Apr 15, 2011 57ee07fa4f94 api changes
Andrew Gerrand Apr 9, 2011 1ad41270cc1f Added state field
Andrew Gerrand Apr 5, 2011 5b2da98e0494 implemented refresh, added docs, some reorg
Andrew Gerrand Apr 5, 2011 33c7db870616 some reorganization
Andrew Gerrand Apr 5, 2011 90767fcec2a1 Cleaner example code
Andrew Gerrand Apr 5, 2011 3180af1d53c7 removed UserAgent, unnecessary bloat
Andrew Gerrand Apr 5, 2011 e66873adab1d initial commit