summaryrefslogtreecommitdiff
path: root/oauth2_test.go
AgeCommit message (Expand)Author
2017-05-17oauth2: add test for preserving refresh token if none is receivedRoss Light
2017-02-07oauth2: remove scope & client_id params from access token requestPablo Lalloni
2016-10-07oauth2: fix brittle testJoe Tsai
2016-09-02oauth2: fix more poorly styled test messagesJaana Burcu Dogan
2016-08-24all: deprecate NoContextJaana Burcu Dogan
2016-04-15oauth2: remove mockCache since NewTransportFromTokenStore() removed.Cheng-Lung Sung
2015-10-22all: change copyright to 'Go Authors'Andrew Gerrand
2015-10-01token: extra numeric values + test TokenType caseEmmanuel Odeke
2015-04-18oauth2: add support for client credential grant typeAaron Torres
2015-04-06oauth2: rename SetParam to SetAuthURLParamBurcu Dogan
2015-04-02oauth2: fix test to work with Go tip alsoBrad Fitzpatrick
2015-03-31oauth2: allow callers to pass arbitrary auth URL parametersRussell Haering
2015-03-11oauth2: long if condition in providerAuthHeaderWorks replaced with loopNikolay Turpitko
2015-03-10oauth2: fix expires_in for PayPalNikolay Turpitko
2015-03-09oauth2: add a test that checks token reuseBurcu Dogan
2015-02-07oauth2: fixes tokenRefresher.Token() ignores new refresh_tokenJim Cote
2015-02-06oauth2: Resource Owner Password Credentials grantPaul Rosania
2014-12-30oauth2, oauth2/google: add, use ReuseTokenSourceBrad Fitzpatrick
2014-12-20oauth2: use a JSON struct types instead of empty interface mapsBrad Fitzpatrick
2014-12-16oauth2: rewrite google package, fix the broken buildBurcu Dogan
2014-11-25Merge pull request #50 from snikch/fix-json-expiryBurcu Dogan
2014-11-25oauth2: Removing the inconsistent and duplicate features, better namingBurcu Dogan
2014-11-21Handle expiry correctly in json responseMal Curtis
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-06some pr review fixesJT Olds
2014-09-06fix token exchangeJT Olds
2014-09-04Access type and approval prompt should be set at URL generation.Burcu Dogan
2014-09-04Don't assume optional fields are required and use Basic Auth if available.Burcu Dogan
2014-08-13Adding required client_secret credential.Burcu Dogan
2014-08-11Export exchange.Burcu Dogan
2014-07-20Fail during conf init if auth or token URL is not valid.Burcu Dogan
2014-07-11oauth2: don't use http.DefaultTransport.Burcu Dogan
2014-07-08remove cacheJohan Euphrosine
2014-05-17Reverting the license back to the original.Burcu Dogan
2014-05-13oauth2: adding license.Burcu Dogan
2014-05-10oauth2: removing unnecessary interface definitions.Burcu Dogan
2014-05-10oauth2: fixing broken test.Burcu Dogan
2014-05-09Initial commitBurcu Dogan