Sign in
chromium
/
external
/
github.com
/
golang
/
oauth2
/
refs/tags/v0.13.0
/
token.go
a835fc4
oauth2: move global auth style cache to be per-Config
by Brad Fitzpatrick
· 2 years, 1 month ago
cfe200d
oauth2: parse RFC 6749 error response
by M Hickford
· 2 years, 5 months ago
1e7f329
oauth2: add ReuseTokenSourceWithExpiry
by Roland Shoemaker
· 2 years, 5 months ago
80673b4
oauth2: auto-detect auth style by default, add Endpoint.AuthStyle
by Brad Fitzpatrick
· 7 years ago
36a7019
oauth2: deflake test relying on time.Now values
by Brad Fitzpatrick
· 7 years ago
c453e0c
all: use stdlib context instead of x/net/context
by Antoine GIRARD
· 7 years ago
0448841
oauth2: add error type for unsuccessful token endpoint status
by Tim Cooper
· 8 years ago
00dc701
oauth2: ignore monotonic time when considering whether Tokens are expired
by Blake Mesdag
· 8 years ago
9ff8ebc
oauth2: fix some typos in code comments
by Vladimir Varankin
· 8 years ago
038cb4a
all: change copyright to 'Go Authors'
by Andrew Gerrand
· 10 years ago
2fbf3d7
token: extra numeric values + test TokenType case
by Emmanuel Odeke
· 10 years ago
36ff901
oauth2: ensure case sensitivity for Bearer, MAC, and Basic in auth header
by Andrew Etter
· 10 years ago
a8c019d
oauth2: add support for client credential grant type
by Aaron Torres
· 10 years ago
2b74ab2
oauth2: expire the tokens 10 seconds earlier
by Burcu Dogan
· 11 years ago
685f9f8
oauth2: Token.Extra should be type agnostic
by Burcu Dogan
· 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
e5909d4
oauth2: remove duplicate package doc and import comments
by Jay Weisskopf
· 11 years ago
9abe144
oauth2: move Token into its own file (no code changes)
by Brad Fitzpatrick
· 11 years ago