Sign in
chromium
/
external
/
github.com
/
golang
/
oauth2
/
refs/tags/v0.6.0
/
internal
e07593a
oauth2: remove direct dependency on golang.org/x/net
by Eric Chiang
· 2 years, 8 months ago
9bb9049
all: go fmt ./...
by Russ Cox
· 4 years, 7 months ago
c85d3e9
internal: remove fallback parsing for expires_in
by Ggicci
· 6 years ago
e64efc7
internal: cap expires_in to MaxInt32
by Brad Fitzpatrick
· 7 years ago
3e8b2be
internal: tolerate malformed expires_in values more
by Brad Fitzpatrick
· 7 years ago
80673b4
oauth2: auto-detect auth style by default, add Endpoint.AuthStyle
by Brad Fitzpatrick
· 7 years ago
d668ce9
Add dailymotion to brokenAuthHeaderProviders
by Maruf
· 7 years ago
2820760
internal: add onelogin to broken provider list
by huy le
· 7 years ago
8f65e30
internal: add gitter to broken provider list
by lalyos
· 7 years ago
c453e0c
all: use stdlib context instead of x/net/context
by Antoine GIRARD
· 7 years ago
8527f56
oauth2: fix error message typo
by Travis Bischel
· 7 years ago
9dcd33a
Add Zoho to the list of broken providers
by Fredrik Wallgren
· 7 years ago
c57b0fa
internal: add microsoft sandbox token endpoint to brokenAuthHeaders list
by Steve LoFurno
· 7 years ago
d2e6202
nokiehealth: add endpoint for Nokia Health Mate
by Jeremy
· 7 years ago
f720f1f
Correct box.com API domain, which still doesn't support Authorization header
by Peter Hoyes
· 7 years ago
ef14785
stackoverflow: add stackoverflow oauth2 endpoints.
by Manigandan Dharmalingam
· 7 years ago
113ce69
internal: add Twitch's other endpoint to blacklist
by Val Polouchkine
· 7 years ago
6881fee
internal: add todaysplan urls to brokenAuthHeaderProviders
by fenwickelliott
· 7 years ago
2f32c3a
mailchimp: add MailChimp provider
by Fredrik Wallgren
· 8 years ago
d7d6489
internal: remove facebook from brokenAuthHeadersProviders
by Tristan Colgate
· 8 years ago
543e378
internal: add more brokenAuthHeadersProviders
by Charles Fenwick Elliott
· 8 years ago
a032972
internal: Add .auth0.com to broken domains
by Paul Tyng
· 8 years ago
876b1c6
internal: remove RegisterContextClientFunc
by Ross Light
· 8 years ago
ee2bad9
internal: return error if no access_token present in server response
by Ross Light
· 8 years ago
9015504
internal: inline CondVal function
by Ross Light
· 8 years ago
174986b
internal: move ParseINI into google
by Ross Light
· 8 years ago
40a09c6
internal: fix flaky context test
by Ross Light
· 8 years ago
0448841
oauth2: add error type for unsuccessful token endpoint status
by Tim Cooper
· 8 years ago
ea8c673
internal: fix test on Go 1.10
by Brad Fitzpatrick
· 8 years ago
f95fa95
internal: add login.live.com to brokenAuthHeaderProviders
by Max Schmitt
· 8 years ago
9ff8ebc
oauth2: fix some typos in code comments
by Vladimir Varankin
· 8 years ago
bb50c06
oauth2/internal: remove duplicate package documentation
by Tim Cooper
· 8 years ago
13449ad
internal: urlencode client id and secret in header
by Aeneas Rekkas (arekkas)
· 8 years ago
cce311a
internal: fix broken auth header provider
by voutasaurus
· 8 years ago
626d87b
internal: Use provided context in subsequent request
by Bastian Ike
· 8 years ago
5432cc9
internal: add broken auth header provider
by voutasaurus
· 8 years ago
ad516a2
oauth2: adds sipgate api to brokenAuthHeaderProviders
by Martin Hoefling
· 8 years ago
e7a4820
internal: add Shopify to list of broken auth providers
by Dave Day
· 8 years ago
7374b3f
internal: recognize Salesforce and Okta domains as broken providers
by Eric Chiang
· 8 years ago
1611bb4
internal: don't set client_id and client_secret form values if empty
by Jaana Burcu Dogan
· 8 years ago
b9780ec
internal: simplify map value literal
by Ahmet Alp Balkan
· 9 years ago
de0725b
internal: add Facebook Graph API to the brokens list
by Jaana Burcu Dogan
· 9 years ago
4464e78
oauth2: remove scope & client_id params from access token request
by Pablo Lalloni
· 9 years ago
da3ce8d
token: added new broken auth header providers
by Marin
· 9 years ago
e839600
oauth2, jws, internal: more style fixes for bad test messages
by Jaana Burcu Dogan
· 9 years ago
7357e96
internal: decapitalize the argument names
by Jaana Burcu Dogan
· 9 years ago
e86e271
internal: fix transport_test use of nil Context
by Jeff Craig
· 9 years ago
33fa30f
oauth2/internal: Add api.dropboxapi.com to broken providers.
by Diwaker Gupta
· 9 years ago
045497e
internal: add Patreon to the broken auth list
by Colin Edwards
· 10 years ago
2cd4472
internal: add Wunderlist to list of broken auth providers
by Andrew Gerrand
· 10 years ago
1f9b3a1
internal: add baidu.com to the broken auth list
by Xudong Zhang
· 10 years ago
2baa8a1
internal: primarily use the HTTP client provided in the context
by Burcu Dogan
· 10 years ago
442624c
oauth2: allow users to register broken OAuth2 implementations
by Burcu Dogan
· 10 years ago
2bf5e6e
internal: add Salesforce to list of broken auth providers
by Andrew Gerrand
· 10 years ago
3314c49
internal: add microsoftonline.com to list of broken providers
by Andrew Gerrand
· 10 years ago
038cb4a
all: change copyright to 'Go Authors'
by Andrew Gerrand
· 10 years ago
3cab960
internal: add slack.com to the broken auth list
by Burcu Dogan
· 10 years ago
c30abee
internal: remove GitHub from the list of broken providers
by Andrew Gerrand
· 10 years ago
8914e50
oauth2: add api.netatmo.net to the broken providers
by Lucien Stuker
· 10 years ago
2159a45
oauth2: add user.gini.net to the broken providers
by Daniel Kerwin
· 10 years ago
ec6d5d7
oauth2: add test-sandbox.auth.corp.google.com to the broken providers
by Burcu Dogan
· 10 years ago
23f31c3
oauth2: Add Box to the list of broken OAuth providers.
by ttacon
· 10 years ago
a8c019d
oauth2: add support for client credential grant type
by Aaron Torres
· 10 years ago
a0fac97
oauth2/internal: provide better error messaging if key parse fails
by Burcu Dogan
· 11 years ago
267028f
oauth2/internal: fix the broken ini parsing test
by Burcu Dogan
· 11 years ago
ab6e11b
oauth2/google: add config type to use Cloud SDK credentials
by Johan Euphrosine
· 11 years ago
9b6b761
oauth2: rewrite google package, fix the broken build
by Burcu Dogan
· 11 years ago
0cf6f9b
Introduce an option function type
by Burcu Dogan
· 11 years ago