- 1e7f329 oauth2: add ReuseTokenSourceWithExpiry by Roland Shoemaker · 2 years, 5 months ago
- 86850e0 oauth2: fix typo by thomas-goncalves · 2 years, 5 months ago
- aaccbc9 google: update ApprovalForce to use openid connect friendly prompt=consent by Bobby DeSimone · 6 years ago
- 9b3c759 fix misspelled word in comment by Madhu Rajanna · 7 years ago
- 80673b4 oauth2: auto-detect auth style by default, add Endpoint.AuthStyle by Brad Fitzpatrick · 7 years ago
- 5dab416 Clarify that client credentials are not passed in the URL by Peter Dotchev · 7 years ago
- f42d051 doc: clarify context key usage to override *http.Client by Adam Shannon · 7 years ago
- c453e0c all: use stdlib context instead of x/net/context by Antoine GIRARD · 7 years ago
- 088f8e1 oauth2: Add support for custom params in Exchange by Guillaume J. Charmes · 7 years ago
- 1e0a3fa oauth2: mention RFC 6749 in package documentation by Tim Cooper · 7 years ago
- b28fcf2 oauth2: minor clarification to function comment by Adam Bender · 8 years ago
- 876b1c6 internal: remove RegisterContextClientFunc by Ross Light · 8 years ago
- 9015504 internal: inline CondVal function by Ross Light · 8 years ago
- 3d1522b oauth2: add examples for basic/custom HTTP client by zachgersh · 8 years ago
- 4464e78 oauth2: remove scope & client_id params from access token request by Pablo Lalloni · 9 years ago
- c10ba27 all: deprecate NoContext by Jaana Burcu Dogan · 9 years ago
- 0aec23f oauth2: add reference to clientcredentials package by Jon Chen · 9 years ago
- 08c8d72 oauth2: fix warning from go vet by Sean Rees · 9 years ago
- 442624c oauth2: allow users to register broken OAuth2 implementations by Burcu Dogan · 10 years ago
- 038cb4a all: change copyright to 'Go Authors' by Andrew Gerrand · 10 years ago
- e296c42 oauth2: add StaticTokenSource to return static tokens by Will Norris · 10 years ago
- a8c019d oauth2: add support for client credential grant type by Aaron Torres · 10 years ago
- ce5ea7d oauth2: rename SetParam to SetAuthURLParam by Burcu Dogan · 10 years ago
- 3046bc7 oauth2: allow callers to pass arbitrary auth URL parameters by Russell Haering · 10 years ago
- 40163b0 oauth2: Add Strava to list of broken oauth2 endpoints by Kun · 10 years ago
- c4932a9 oauth2: clarify docs on Exchange (nil context isn't ok) by Andrew Gerrand · 10 years ago
- 42633ef oauth2: Add TrainingPeaks to list of broken oauth2 endpoints by Kun · 10 years ago
- 7e88c64 oauth2: Add Pushbullet to set of broken providers. by Alex Bramley · 10 years ago
- 2167774 oauth2: long if condition in providerAuthHeaderWorks replaced with loop by Nikolay Turpitko · 10 years ago
- 6d4eed4 oauth2: fix expires_in for PayPal by Nikolay Turpitko · 10 years ago
- 10e6bf9 oauth2: provider list modified in providerAuthHeaderWorks by Nikolay Turpitko · 10 years ago
- 5a0a1b2 oauth2: remove unnecessary ClientSecret check by HuKeping · 11 years ago
- 96e89be oauth2: remove oauth2.Context type, simplify App Engine token code by Andrew Gerrand · 11 years ago
- 85a72d3 oauth2: Add stripe connect to list of bad OAuth2 providers by Ryan Lower · 11 years ago
- 35468a7 Adds twitch.tv to the list of known OAuth2 providers that do not implement the spec fully. by James Sweet · 11 years ago
- b0e7ac8 oauth2: Context godoc typo fix by Péter Surányi · 11 years ago
- 1406aee oauth2: clarify comment about tokenRefresher's thread safety by Andrew Gerrand · 11 years ago
- cc2494a oauth2: fixes tokenRefresher.Token() ignores new refresh_token by Jim Cote · 11 years ago
- 6f28996 oauth2: Resource Owner Password Credentials grant by Paul Rosania · 11 years ago
- 7b840c3 oauth2: Remove what appears to be an out of date comment. by Aaron Jacobs · 11 years ago
- 53c5ae1 oauth2: Fix some redundant wording in the docs for AccessTypeOnline. by Aaron Jacobs · 11 years ago
- 27daa78 oauth2: add googleapis.com to list of broken oauth2 endpoints by Andrew Gerrand · 11 years ago
- ed99760 oauth2, oauth2/jwt: break JWT off into its own package by Brad Fitzpatrick · 11 years ago
- dfb470c oauth2: fix typo in Token docs and clarify mutability of Token by Brad Fitzpatrick · 11 years ago
- a379e41 oauth2, oauth2/google: add, use ReuseTokenSource by Brad Fitzpatrick · 11 years ago
- f5b40b2 oauth2: use a JSON struct types instead of empty interface maps by Brad Fitzpatrick · 11 years ago
- 9abe144 oauth2: move Token into its own file (no code changes) by Brad Fitzpatrick · 11 years ago
- 7bbf219 oauth2: add func NewClient as per issue #66 by Dave Day · 11 years ago
- a360c4e oauth2: fix typo by Johan Euphrosine · 11 years ago
- 9b6b761 oauth2: rewrite google package, fix the broken build by Burcu Dogan · 11 years ago
- a568078 oauth2: redesign the API by Brad Fitzpatrick · 11 years ago
- 3ec35f1 Merge branch 'master' of https://github.com/golang/oauth2 by Andrew Gerrand · 11 years ago
- e750a2f oauth2: add vanity URL import comments, use the vanity URL on builds by Burcu Dogan · 11 years ago
- 5fd31d5 Merge pull request #50 from snikch/fix-json-expiry by Burcu Dogan · 11 years ago
- b846388 oauth2: Removing the inconsistent and duplicate features, better naming by Burcu Dogan · 11 years ago
- 778494f Handle expiry correctly in json response by Mal Curtis · 11 years ago
- c048af9 Add Cacher interface. by Burcu Dogan · 11 years ago
- 2d3ce25 Don't mutate the authorization endpoint. by Burcu Dogan · 11 years ago
- 0b8fcba Avoid setting an explicit token fetcher for the known flows. by Burcu Dogan · 11 years ago
- 0cf6f9b Introduce an option function type by Burcu Dogan · 11 years ago
- 0ae3d4e Allow users to get extra fields from a token response. by Burcu Dogan · 11 years ago
- 4b407ca Support token expiration for Facebook OAuth 2.0. by Burcu Dogan · 11 years ago
- 123b41c Add SoundCloud to the providers not supporting Auth headers by Matt Jibson · 11 years ago
- 311200b Spelling by Matt Jibson · 11 years ago
- 099e4f0 Add Linkedin to the providers not supporting Auth headers. by CL Sung · 11 years ago
- 85a0f45 Merge pull request #37 from stacktic/DropboxAuthFix by Burcu Dogan · 11 years ago
- e639681 Add Dropbox to the providers not supporting Auth headers. by Arnaud Ysmal · 11 years ago
- e68820a fix token exchange by JT Olds · 11 years ago
- 97a89b3 Access type and approval prompt should be set at URL generation. by Burcu Dogan · 11 years ago
- cb029f4 Fix error message prefix. by Burcu Dogan · 11 years ago
- bb84968 Don't assume optional fields are required and use Basic Auth if available. by Burcu Dogan · 11 years ago
- 32b8a90 client_secret should be optional. by Burcu Dogan · 11 years ago
- cd4a6de Removing non-required initial Client and Transport values. by Burcu Dogan · 11 years ago
- 948919c Merge branch 'httpclient' by Burcu Dogan · 11 years ago
- eae9d0e removed NewTransport inline example by Alif Rachmawadi · 11 years ago
- 8524783 Allow configs to be initialised with zero values for Client and Transport. by Burcu Dogan · 11 years ago
- e049d53 fixed NewTransport example code by Alif Rachmawadi · 11 years ago
- 32b4538 Managed VM users should depend on http.DefaultTransport by default. by Burcu Dogan · 11 years ago
- 6bb0a52 Do not assume that http.DefaultClient and http.DefaultTransport is always available. by Burcu Dogan · 11 years ago
- 3a5e881 Rename exchange code to code, document as authorization code. by Burcu Dogan · 11 years ago
- ee77246 Don't provide a Transport interface but provide a http.RoundTripper implementation. by Burcu Dogan · 11 years ago
- b314823 TokenFetcher should not mutate existing tokens. by Burcu Dogan · 11 years ago
- b2a1756 Merge branch 'scopes-omit' by Burcu Dogan · 11 years ago
- de4c431 Adding required client_secret credential. by Burcu Dogan · 11 years ago
- f9dc756 Docs improvements, lint error fixes. by Burcu Dogan · 11 years ago
- 03e5fbe Fixing json tags. by Burcu Dogan · 11 years ago
- a9dc52b Docs, code cleanups. by Burcu Dogan · 11 years ago
- 4c579cb Export exchange. by Burcu Dogan · 11 years ago
- 87013cb Make AccessType, ApprovalPrompt and RedirectURL optional. by Arnaud Ysmal · 11 years ago
- 067c73f Clone authURL. by Burcu Dogan · 11 years ago
- 4ad15bb Remove named return values. by Burcu Dogan · 11 years ago
- 70bd497 Fail during conf init if auth or token URL is not valid. by Burcu Dogan · 11 years ago
- 6b4f2ed Use default client rather than a new client instance. by Burcu Dogan · 11 years ago
- 0f597d5 oauth2: don't use http.DefaultTransport. by Burcu Dogan · 11 years ago
- 93ad3f4 remove cache by Johan Euphrosine · 11 years ago
- 5501212 Merge branch 'readme' by Burcu Dogan · 11 years ago
- de1f5a3 Dont export exchange. by Burcu Dogan · 11 years ago
- c4d44ca Add examples for regular and JWT configs and transport init. by Burcu Dogan · 11 years ago
- 4337573 oauth2: perform caching ops at the transport level by Burcu Dogan · 11 years ago
- 002375a Removing unnecessary option getters. by Burcu Dogan · 11 years ago