summaryrefslogtreecommitdiff
path: root/transport.go
AgeCommit message (Expand)Author
2019-12-02oauth2: turn Transport.CancelRequest into a no-opTim Cooper
2018-05-29oauth2: remove misleading Transport.RoundTrip commentTim Cooper
2018-05-29oauth2: close request body if errors occur before base RoundTripper is invokedTim Cooper
2015-10-22all: change copyright to 'Go Authors'Andrew Gerrand
2015-04-18oauth2: add support for client credential grant typeAaron Torres
2014-12-21oauth2: support CancelRequest when Transport.Base is nilBrad Fitzpatrick
2014-12-16oauth2: redesign the APIBrad Fitzpatrick
2014-12-01oauth2: fix lint errorsBurcu Dogan
2014-11-25oauth2: Removing the inconsistent and duplicate features, better namingBurcu Dogan
2014-11-13Add Cacher interface.Burcu Dogan
2014-11-08Introduce an option function typeBurcu Dogan
2014-10-27Allow users to get extra fields from a token response.Burcu Dogan
2014-09-04Access type and approval prompt should be set at URL generation.Burcu Dogan
2014-08-14Don't provide a Transport interface but provide a http.RoundTripper implement...Burcu Dogan
2014-08-12Docs, code cleanups.Burcu Dogan
2014-07-11oauth2: don't use http.DefaultTransport.Burcu Dogan
2014-07-08remove cacheJohan Euphrosine
2014-06-22Caches should return an error instead of invoking a handler.Burcu Dogan
2014-06-17Add docs for NewAuthorizedTransportWithCache.Burcu Dogan
2014-06-17oauth2: perform caching ops at the transport levelBurcu Dogan
2014-05-26Provide a transport constructor for transporters with a cache.Burcu Dogan
2014-05-26Cache read operation should be handled during construction.Burcu Dogan
2014-05-22Fixing styling issues for caching.Burcu Dogan
2014-05-21Moving error handlers to the cache implementations.Burcu Dogan
2014-05-21Merge branch 'cache' of github.com:rakyll/oauth2 into cacheBurcu Dogan
2014-05-19Authorized transport should read from cache and write to cache.Burcu Dogan
2014-05-17Reverting the license back to the original.Burcu Dogan
2014-05-13oauth2: adding license.Burcu Dogan
2014-05-10oauth2: fixing abstractions to be able to provide external token fetchersBurcu Dogan
2014-05-09Initial commitBurcu Dogan