summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2023-08-09oauth2: move global auth style cache to be per-ConfigBrad Fitzpatrick
2023-07-05all: update go version to 1.18Dmitri Shuralyov
2023-05-04internal: remove repeated definite articlescui fliter
2023-04-11oauth2: parse RFC 6749 error responseM Hickford
2023-01-11oauth2: remove direct dependency on golang.org/x/netEric Chiang
2021-02-20all: go fmt ./...Russ Cox
2019-03-19internal: remove fallback parsing for expires_inGgicci
2019-02-26internal: cap expires_in to MaxInt32Brad Fitzpatrick
2019-02-12internal: tolerate malformed expires_in values moreBrad Fitzpatrick
2019-02-11oauth2: auto-detect auth style by default, add Endpoint.AuthStyleBrad Fitzpatrick
2018-12-03Add dailymotion to brokenAuthHeaderProvidersMaruf
2018-11-28internal: add onelogin to broken provider listhuy le
2018-11-20internal: add gitter to broken provider listlalyos
2018-11-01all: use stdlib context instead of x/net/contextAntoine GIRARD
2018-10-31oauth2: fix error message typoTravis Bischel
2018-10-17Add Zoho to the list of broken providersFredrik Wallgren
2018-10-03internal: add microsoft sandbox token endpoint to brokenAuthHeaders listSteve LoFurno
2018-08-21nokiehealth: add endpoint for Nokia Health MateJeremy
2018-08-20Correct box.com API domain, which still doesn't support Authorization headerPeter Hoyes
2018-06-20stackoverflow: add stackoverflow oauth2 endpoints.Manigandan Dharmalingam
2018-06-18internal: add Twitch's other endpoint to blacklistVal Polouchkine
2018-04-16internal: add todaysplan urls to brokenAuthHeaderProvidersfenwickelliott
2018-02-28mailchimp: add MailChimp providerFredrik Wallgren
2018-02-27internal: remove facebook from brokenAuthHeadersProvidersTristan Colgate
2018-02-07internal: add more brokenAuthHeadersProvidersCharles Fenwick Elliott
2018-01-26internal: Add .auth0.com to broken domainsPaul Tyng
2018-01-03internal: remove RegisterContextClientFuncRoss Light
2018-01-03internal: return error if no access_token present in server responseRoss Light
2018-01-02internal: inline CondVal functionRoss Light
2018-01-02internal: move ParseINI into googleRoss Light
2018-01-02internal: fix flaky context testRoss Light
2017-12-19oauth2: add error type for unsuccessful token endpoint statusTim Cooper
2017-12-05internal: fix test on Go 1.10Brad Fitzpatrick
2017-11-17internal: add login.live.com to brokenAuthHeaderProvidersMax Schmitt
2017-11-06oauth2: fix some typos in code commentsVladimir Varankin
2017-09-28oauth2/internal: remove duplicate package documentationTim Cooper
2017-09-12internal: urlencode client id and secret in headerAeneas Rekkas (arekkas)
2017-06-29internal: fix broken auth header providervoutasaurus
2017-06-29internal: Use provided context in subsequent requestBastian Ike
2017-06-29internal: add broken auth header providervoutasaurus
2017-05-10oauth2: adds sipgate api to brokenAuthHeaderProvidersMartin Hoefling
2017-05-07internal: add Shopify to list of broken auth providersDave Day
2017-03-21internal: recognize Salesforce and Okta domains as broken providersEric Chiang
2017-03-13internal: don't set client_id and client_secret form values if emptyJaana Burcu Dogan
2017-02-14internal: simplify map value literalAhmet Alp Balkan
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-09token: added new broken auth header providersMarin
2016-08-26oauth2, jws, internal: more style fixes for bad test messagesJaana Burcu Dogan
2016-07-06internal: decapitalize the argument namesJaana Burcu Dogan