summaryrefslogtreecommitdiff
path: root/internal/token_test.go
AgeCommit message (Expand)Author
2023-08-09oauth2: move global auth style cache to be per-ConfigBrad Fitzpatrick
2019-02-26internal: cap expires_in to MaxInt32Brad Fitzpatrick
2019-02-11oauth2: auto-detect auth style by default, add Endpoint.AuthStyleBrad Fitzpatrick
2018-11-01all: use stdlib context instead of x/net/contextAntoine GIRARD
2018-01-03internal: return error if no access_token present in server responseRoss Light
2018-01-02internal: fix flaky context testRoss Light
2017-12-05internal: fix test on Go 1.10Brad Fitzpatrick
2017-09-28oauth2/internal: remove duplicate package documentationTim Cooper
2017-06-29internal: Use provided context in subsequent requestBastian Ike
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
2016-08-26oauth2, jws, internal: more style fixes for bad test messagesJaana Burcu Dogan
2015-11-17oauth2: allow users to register broken OAuth2 implementationsBurcu Dogan
2015-10-22all: change copyright to 'Go Authors'Andrew Gerrand
2015-04-18oauth2: add support for client credential grant typeAaron Torres