summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-29internal: Use provided context in subsequent requestBastian Ike
2017-06-29internal: add broken auth header providervoutasaurus
2017-05-17oauth2: add test for preserving refresh token if none is receivedRoss Light
2017-05-10oauth2: adds sipgate api to brokenAuthHeaderProvidersMartin Hoefling
2017-05-07internal: add Shopify to list of broken auth providersDave Day
2017-04-12amazon: add amazon endpointsJaana Burcu Dogan
2017-03-21clientcredentials: update RFC doc linkEric Chiang
2017-03-21internal: recognize Salesforce and Okta domains as broken providersEric Chiang
2017-03-15note that Gerrit is used for reviews on READMEJaana Burcu Dogan
2017-03-13internal: don't set client_id and client_secret form values if emptyJaana Burcu Dogan
2017-03-13clientcredentials: add option for additional endpoint parametersRichard Musiol
2017-03-02oauth2: add example how to use a custom HTTP clientJaana Burcu Dogan
2017-03-02google: remove code duplication, note appenginevm caseJaana Burcu Dogan
2017-02-27oauth2: add Yandex endpointSergey Mishin
2017-02-14internal: simplify map value literalAhmet Alp Balkan
2017-02-14clientcredentials: fix comment for Client struct to match godoc styleJaana Burcu Dogan
2017-02-09internal: add Facebook Graph API to the brokens listJaana Burcu Dogan
2017-02-07oauth2: remove scope & client_id params from access token requestPablo Lalloni
2016-12-19golang.org/x/oauth2/jwt: Set kid to KeyID of private keyTristan Colgate
2016-12-13google: prefer os.Getenv("HOME") over os/user.Current() so as to avoid SEGVAkihiro Suda
2016-12-09token: added new broken auth header providersMarin
2016-11-30google: add DefaultCredentials functionRoss Light
2016-11-07google: refactor JWT parsing code internallyRoss Light
2016-11-03clientcredentials: inline singly-used functionsJoseph Anthony Pasquale Holsten
2016-10-25oauth2: add Foursquare's EndpointGareth Paul Jones
2016-10-07oauth2: fix brittle testJoe Tsai
2016-09-02oauth2: fix more poorly styled test messagesJaana Burcu Dogan
2016-09-02google: make JWTConfigFromJSON set TokenURL from the JSON's token_uriJaana Burcu Dogan
2016-08-26doc: add godoc buttonJaana Burcu Dogan
2016-08-26oauth2, jws, internal: more style fixes for bad test messagesJaana Burcu Dogan
2016-08-26jwt: fix bad test message styleJaana Burcu Dogan
2016-08-25jws: add notice that the package might be removedJaana Burcu Dogan
2016-08-24all: deprecate NoContextJaana Burcu Dogan
2016-08-23heroku: Add Heroku's endpointsEdward Muller
2016-08-17mediamath: add MediaMath endpointsPrasanna Swaminathan
2016-08-10uber: Add Uber API endpointsMatthieu Hauglustaine
2016-08-03oauth2/google: change import pathsJonathan Amsterdam
2016-08-01oauth2: add reference to clientcredentials packageJon Chen
2016-07-21oauth2: fix stale docsBrad Fitzpatrick
2016-07-19google: fix warnings from go vetSean Rees
2016-07-18oauth2: fix warning from go vetSean Rees
2016-07-18jws: use base64.RawURLEncodingDave Day
2016-07-15google: fix the build when appengine isn't presentBrad Fitzpatrick
2016-07-06internal: decapitalize the argument namesJaana Burcu Dogan
2016-07-02google: support key ID in JWTAccessTokenSourceFromJSONDave Day
2016-06-08Revert "passwordcredentials: add"Andrew Gerrand
2016-06-07passwordcredentials: addJoseph Anthony Pasquale Holsten
2016-05-20travis: always build against tipJaana Burcu Dogan
2016-05-04internal: fix transport_test use of nil ContextJeff Craig
2016-05-03jws: Fix typo in jws_testJeff Craig