Commit Graph

  • 876b1c6ee6 internal: remove RegisterContextClientFunc Ross Light 2018-01-02 16:32:36 -08:00
  • ee2bad97a9 internal: return error if no access_token present in server response Ross Light 2017-12-28 11:07:42 -08:00
  • 542ae755da oauth2: don't use tokenRefresher directly in tests Ross Light 2017-12-27 16:42:28 -08:00
  • 90155042cb internal: inline CondVal function Ross Light 2017-12-21 14:01:18 -08:00
  • 174986b227 internal: move ParseINI into google Ross Light 2017-12-21 13:34:39 -08:00
  • 40a09c6c04 internal: fix flaky context test Ross Light 2017-12-21 13:15:27 -08:00
  • 197281d4e0 jwt: use RetrieveError for invalid status code errors Tim Cooper 2017-12-26 09:06:30 -04:00
  • 0448841f0c oauth2: add error type for unsuccessful token endpoint status Tim Cooper 2017-12-14 19:38:05 -04:00
  • 462316686f mailru: add Mail.Ru OAuth2 endpoint Vladimir Varankin 2017-12-16 00:06:10 +03:00
  • dfbc866441 yahoo: add Yahoo OAuth2 endpoint Vladimir Varankin 2017-12-15 03:29:15 +03:00
  • 09bba2746c microsoft: improve azure active directory endpoint Elena Grahovac 2017-12-13 15:17:04 +01:00
  • 00dc70155e oauth2: ignore monotonic time when considering whether Tokens are expired Blake Mesdag 2017-12-12 15:00:05 -05:00
  • e585185218 azure: add Azure endpoints JBD 2017-11-22 15:02:45 -08:00
  • 3ea2187447 twitch: add twitch OAuth2 endpoint Anthony Alves 2017-12-10 17:06:40 -05:00
  • 6a2004c890 microsoft: add azure active directory endpoint Elena Grahovac 2017-12-06 21:45:08 +01:00
  • ea8c6730ed internal: fix test on Go 1.10 Brad Fitzpatrick 2017-12-05 22:32:25 +00:00
  • f95fa95eaa internal: add login.live.com to brokenAuthHeaderProviders Max Schmitt 2017-11-17 23:55:17 +01:00
  • 9ff8ebcc8e oauth2: fix some typos in code comments Vladimir Varankin 2017-10-24 19:40:23 +03:00
  • bb50c06bab oauth2/internal: remove duplicate package documentation Tim Cooper 2017-09-27 21:25:42 -03:00
  • 13449ad91c internal: urlencode client id and secret in header Aeneas Rekkas (arekkas) 2017-06-22 17:12:08 +02:00
  • d89af98d7c oauth2: improve the custom HTTP client example Jaana Burcu Dogan 2017-09-01 10:40:05 -07:00
  • 3d1522b268 oauth2: add examples for basic/custom HTTP client zachgersh 2017-02-07 19:56:20 -06:00
  • 9a379c6b3e google: add JSON field to DefaultCredentials Ross Light 2017-07-25 09:55:14 -07:00
  • 96fca6c793 LICENSE: attribute to the Go authors Jaana Burcu Dogan 2017-08-01 17:49:40 -07:00
  • b53b38ad8a README: add links for contributions Kevin Burke 2017-07-18 20:29:57 -07:00
  • cce311a261 internal: fix broken auth header provider voutasaurus 2017-06-29 12:00:38 -07:00
  • 626d87b993 internal: Use provided context in subsequent request Bastian Ike 2017-06-28 10:57:20 +02:00
  • 5432cc9688 internal: add broken auth header provider voutasaurus 2017-06-28 17:35:37 -07:00
  • f047394b6d oauth2: add test for preserving refresh token if none is received Ross Light 2017-05-17 10:14:19 -07:00
  • ad516a297a oauth2: adds sipgate api to brokenAuthHeaderProviders Martin Hoefling 2017-05-10 23:51:24 +02:00
  • e7a4820799 internal: add Shopify to list of broken auth providers Dave Day 2017-05-04 15:35:22 +10:00
  • a6bd8cefa1 amazon: add amazon endpoints Jaana Burcu Dogan 2017-04-12 00:26:39 -07:00
  • 7fdf099824 clientcredentials: update RFC doc link Eric Chiang 2017-03-20 18:28:43 -07:00
  • 7374b3f1ec internal: recognize Salesforce and Okta domains as broken providers Eric Chiang 2017-03-20 11:04:02 -07:00
  • 30fcca6531 note that Gerrit is used for reviews on README Jaana Burcu Dogan 2017-02-13 10:53:58 -08:00
  • 1611bb46e6 internal: don't set client_id and client_secret form values if empty Jaana Burcu Dogan 2017-03-13 12:46:53 -07:00
  • 01b79d9447 clientcredentials: add option for additional endpoint parameters Richard Musiol 2017-02-10 14:32:30 -08:00
  • efb10a3061 oauth2: add example how to use a custom HTTP client Jaana Burcu Dogan 2017-03-02 12:04:53 -08:00
  • 8cf58155e4 google: remove code duplication, note appenginevm case Jaana Burcu Dogan 2017-02-21 22:40:33 -08:00
  • 810daf0509 oauth2: add Yandex endpoint Sergey Mishin 2017-02-27 13:37:29 +03:00
  • b9780ec788 internal: simplify map value literal Ahmet Alp Balkan 2017-02-14 14:24:16 -08:00
  • e1e827deaa clientcredentials: fix comment for Client struct to match godoc style Jaana Burcu Dogan 2017-02-14 10:27:37 -08:00
  • de0725b330 internal: add Facebook Graph API to the brokens list Jaana Burcu Dogan 2017-02-08 15:51:47 -08:00
  • 4464e78483 oauth2: remove scope & client_id params from access token request Pablo Lalloni 2016-06-04 01:11:54 -03:00
  • 314dd2c0bf golang.org/x/oauth2/jwt: Set kid to KeyID of private key Tristan Colgate 2016-12-14 09:25:55 +00:00
  • 96382aa079 google: prefer os.Getenv("HOME") over os/user.Current() so as to avoid SEGV Akihiro Suda 2016-12-13 06:27:07 +00:00
  • da3ce8d62a token: added new broken auth header providers Marin 2016-12-09 12:58:39 +01:00
  • f6093e37b6 google: add DefaultCredentials function Ross Light 2016-11-07 13:06:47 -08:00
  • d5040cddfc google: refactor JWT parsing code internally Ross Light 2016-11-03 15:50:36 -07:00
  • 36bc61733f clientcredentials: inline singly-used functions Joseph Anthony Pasquale Holsten 2016-06-06 14:15:38 -07:00
  • 25b4fb1468 oauth2: add Foursquare's Endpoint Gareth Paul Jones 2016-10-25 17:59:40 +00:00
  • 1e695b1c8f oauth2: fix brittle test Joe Tsai 2016-10-06 14:47:20 -07:00
  • 3c3a985cb7 oauth2: fix more poorly styled test messages Jaana Burcu Dogan 2016-08-26 16:14:08 -07:00
  • 2d2b68866f google: make JWTConfigFromJSON set TokenURL from the JSON's token_uri Jaana Burcu Dogan 2016-09-01 21:31:05 -07:00
  • 4d549c893b doc: add godoc button Jaana Burcu Dogan 2016-08-26 14:46:27 -07:00
  • e839600e66 oauth2, jws, internal: more style fixes for bad test messages Jaana Burcu Dogan 2016-08-26 11:51:24 -07:00
  • 68218bf41b jwt: fix bad test message style Jaana Burcu Dogan 2016-08-26 10:13:32 -07:00
  • 75e75ddc3d jws: add notice that the package might be removed Jaana Burcu Dogan 2016-08-24 16:38:50 -07:00
  • c10ba270aa all: deprecate NoContext Jaana Burcu Dogan 2016-08-24 15:40:36 -07:00
  • 54f42edba4 heroku: Add Heroku's endpoints Edward Muller 2016-08-19 14:41:51 -07:00
  • 3b966c7f30 mediamath: add MediaMath endpoints Prasanna Swaminathan 2016-07-25 16:29:55 -04:00
  • 4784bb855e uber: Add Uber API endpoints Matthieu Hauglustaine 2016-08-10 10:59:49 +02:00
  • 04e1573abc oauth2/google: change import paths Jonathan Amsterdam 2016-07-30 18:43:56 -04:00
  • 0aec23fa62 oauth2: add reference to clientcredentials package Jon Chen 2016-08-01 13:31:26 -07:00
  • 1364adb2c6 oauth2: fix stale docs Brad Fitzpatrick 2016-07-21 17:18:24 +00:00
  • 12e1e98615 google: fix warnings from go vet Sean Rees 2016-07-18 19:05:36 +01:00
  • 08c8d727d2 oauth2: fix warning from go vet Sean Rees 2016-07-18 19:00:06 +01:00
  • a870243201 jws: use base64.RawURLEncoding Dave Day 2016-07-18 10:34:09 +10:00
  • 4470bd844e google: fix the build when appengine isn't present Brad Fitzpatrick 2016-07-15 14:59:14 +00:00
  • 7357e96168 internal: decapitalize the argument names Jaana Burcu Dogan 2016-07-06 16:03:55 -07:00
  • df5b72659a google: support key ID in JWTAccessTokenSourceFromJSON Dave Day 2016-06-24 14:20:43 +10:00
  • 65a8d08c62 Revert "passwordcredentials: add" Andrew Gerrand 2016-06-07 03:33:14 +00:00
  • 71d9edd725 passwordcredentials: add Joseph Anthony Pasquale Holsten 2016-05-31 17:25:10 -07:00
  • c406a4cc4b travis: always build against tip Jaana Burcu Dogan 2016-05-20 11:48:49 -07:00
  • e86e2718db internal: fix transport_test use of nil Context Jeff Craig 2016-05-04 16:09:14 -05:00
  • 8434495902 jws: Fix typo in jws_test Jeff Craig 2016-05-03 17:20:30 -05:00
  • 14446d3f8b jws: add RS256 Verification for JWS Jeff Craig 2016-04-08 12:08:22 -05:00
  • f6a14f0423 google: Update godocs to reflect recent GCP front-end changes. Sean Harger 2016-05-02 11:01:36 -07:00
  • 9ef2eddcc6 hipchat: Generate Config for Connect integrations Sam Whited 2016-04-13 23:43:42 -05:00
  • 7e9cd5d595 oauth2: remove mockCache since NewTransportFromTokenStore() removed. Cheng-Lung Sung 2016-04-16 00:12:18 +08:00
  • b0e2337fe6 hipchat: Add endpoint function for HipChat server Sam Whited 2016-04-07 20:06:28 -05:00
  • 33fa30fe45 oauth2/internal: Add api.dropboxapi.com to broken providers. Diwaker Gupta 2016-03-25 10:08:19 -07:00
  • 2897dcade1 hipchat: Add HipChat API endpoints Sam Whited 2016-03-23 13:11:01 -05:00
  • 93758b5cba fitbit: add Fitbit API endpoints Matt Layher 2016-03-22 23:20:45 -04:00
  • 045497edb6 internal: add Patreon to the broken auth list Colin Edwards 2016-03-04 15:22:30 -06:00
  • 2cd4472c32 internal: add Wunderlist to list of broken auth providers Andrew Gerrand 2016-02-22 14:00:05 +11:00
  • 1f9b3a17f0 internal: add baidu.com to the broken auth list Xudong Zhang 2016-02-20 17:26:45 +08:00
  • 188fb45fbe slack: new package with Slack's endpoints Tim Swast 2016-02-17 11:13:47 -08:00
  • 8a57ed94ff transport_test: added TestNilTokenSource + close res.Body per GET Emmanuel Odeke 2015-12-29 21:02:54 -07:00
  • 191c6170f6 microsoft: add windows live endpoints Vadim Grek 2016-01-18 17:08:33 +02:00
  • 2baa8a1b93 internal: primarily use the HTTP client provided in the context Burcu Dogan 2015-12-03 13:21:41 -08:00
  • 442624c9ec oauth2: allow users to register broken OAuth2 implementations Burcu Dogan 2015-11-16 13:49:40 -08:00
  • 2bf5e6e27a internal: add Salesforce to list of broken auth providers Andrew Gerrand 2015-11-16 17:29:26 +11:00
  • 3314c49c83 internal: add microsoftonline.com to list of broken providers Andrew Gerrand 2015-11-10 09:27:09 +11:00
  • d4780cd8b5 jws: fix base64Decode for strings of length 1 (mod 4). David Symonds 2015-11-09 11:52:04 +11:00
  • e347d2238c jws: add EncodeWithSigner function. David Symonds 2015-11-06 11:23:41 +11:00
  • 038cb4adce all: change copyright to 'Go Authors' Andrew Gerrand 2015-08-27 10:42:02 +10:00
  • ef4eca6b09 small typo fix in clientcredentials.go John ShaggyTwoDope Jenkins 2015-10-13 14:05:36 -07:00
  • 2fbf3d7329 token: extra numeric values + test TokenType case Emmanuel Odeke 2015-09-29 18:24:17 -06:00
  • 3cab960fb9 internal: add slack.com to the broken auth list Burcu Dogan 2015-09-28 11:07:51 -07:00