-
Notifications
You must be signed in to change notification settings - Fork 1k
Insights: golang/oauth2
Overview
-
- 0 Merged pull requests
- 2 Open pull requests
- 102 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
2 Pull requests opened by 2 people
-
golang/oauth2: retrieve token before setting ticker to avoid initial delay
#775 opened
Apr 10, 2025 -
oauth2: add option to override the url values for refresh token
#777 opened
Apr 26, 2025
102 Issues closed by 3 people
-
Failed when exchange oauth2 token
#776 closed
Apr 29, 2025 -
authStyleCache keys are not granular enough
#654 closed
Apr 24, 2025 -
AzureADEndpoint should just always set the AuthStyle
#535 closed
Apr 24, 2025 -
Consider cutting down heavy dependencies
#615 closed
Apr 23, 2025 -
Proposal: Populate Token.ExpiresIn when converting from internal.Token
#746 closed
Apr 23, 2025 -
Extension Grant support for clients
#649 closed
Apr 20, 2025 -
Support for identity providers that don't use client secrets
#420 closed
Apr 20, 2025 -
Token refresh can cause automatic authStyle detection to break
#718 closed
Apr 20, 2025 -
Question: ClientCredential RFC8693 Token Exchange Support
#765 closed
Apr 20, 2025 -
custom exchange request attribute/header
#533 closed
Apr 20, 2025 -
add passwordcredentials client like clientcredentials
#186 closed
Apr 20, 2025 -
Support for implicit oauth2 flow
#138 closed
Apr 20, 2025 -
apple: sign in with apple scope/response_type value encoding
#449 closed
Apr 19, 2025 -
Add the ability to authenticate credentials generated by the API
#425 closed
Apr 19, 2025 -
Token revoke
#498 closed
Apr 19, 2025 -
Update Slack oauth URL
#412 closed
Apr 19, 2025 -
Refresh token expiry ignored
#397 closed
Apr 19, 2025 -
Need an interface for oauth2.Config and clientcredentials.Config
#394 closed
Apr 19, 2025 -
oauth2.Config captures ctx and re-uses it later
#388 closed
Apr 19, 2025 -
Add LINE provider endpoint to this repo
#372 closed
Apr 19, 2025 -
Retrieve a user's idToken
#445 closed
Apr 19, 2025 -
GET Method for Client Credentials
#443 closed
Apr 19, 2025 -
Support token revocation
#455 closed
Apr 19, 2025 -
[oauth2] update godoc
#495 closed
Apr 19, 2025 -
Support client_credentials flow with Microsoft Identity Platform v2.0 using client assertions
#465 closed
Apr 19, 2025 -
Add additional headers during token refresh
#483 closed
Apr 19, 2025 -
Support using extra AuthCodeOptions in authhandler
#491 closed
Apr 19, 2025 -
OAuth2 Token introspection?
#493 closed
Apr 19, 2025 -
Remove Transport.CancelRequest log message
#487 closed
Apr 19, 2025 -
Unmarshal expires_in outside of oauth2/internal
#484 closed
Apr 19, 2025 -
Client credential in header vs params seems backward
#524 closed
Apr 19, 2025 -
Non-standard token response
#526 closed
Apr 19, 2025 -
Some oauth error were not returned with prefix "oauth2:"
#569 closed
Apr 19, 2025 -
Enforce RFC 7636 compliance in PKCE flows
#581 closed
Apr 19, 2025 -
Token definition does not conform to spec
#589 closed
Apr 19, 2025 -
findDefaultCredentialsWithParams - subject does not work with metadata server
#597 closed
Apr 19, 2025 -
Ebay endpoint info
#604 closed
Apr 19, 2025 -
jwt: errors from http client is not wrapped in error
#635 closed
Apr 19, 2025 -
Travis build status is broken
#640 closed
Apr 19, 2025 -
Support for AWS External account Web Identity Token File based Authentication
#643 closed
Apr 19, 2025 -
Client does not refresh token
#662 closed
Apr 19, 2025 -
Marshalling Token produces incompatible token
#670 closed
Apr 19, 2025 -
User Principal OAuth2 (Three Legged, Authorization Code) does not include Refresh Token(s)
#675 closed
Apr 19, 2025 -
Add custom header to request
#679 closed
Apr 19, 2025 -
Does not support executable sourced credential configurations
#691 closed
Apr 19, 2025 -
Validating a previously issued token from the resource server
#692 closed
Apr 19, 2025 -
Enable switching of RedirectURI in ConfigFromJSON function
#693 closed
Apr 19, 2025 -
FindDefaultCredentials doesn't seem to be respect scopes
#696 closed
Apr 19, 2025 -
[Question] Refresh revoked application default credentials via OAuth2
#697 closed
Apr 19, 2025 -
Should check gcloud project Id when fetching ADCs
#702 closed
Apr 19, 2025 -
Update ReuseTokenSourceWithExpiry doc comment with correct func name
#715 closed
Apr 19, 2025 -
Returning http.DefaultClient can be harmful.
#717 closed
Apr 19, 2025 -
Question: How to Use ES256 in jwt.go?
#728 closed
Apr 19, 2025 -
No option for PKCE plain challenge option
#735 closed
Apr 19, 2025 -
oauth2
#737 closed
Apr 19, 2025 -
Allow serialization of Token.Extra data
#323 closed
Apr 19, 2025 -
oauth2: cannot fetch token: 401 Unauthorized Response: {"code":null,"message":"Bad credentials"}
#320 closed
Apr 19, 2025 -
Examples required
#305 closed
Apr 19, 2025 -
Update JWTAccessTokenSourceFromJSON description to clarify audience parameter
#303 closed
Apr 19, 2025 -
SDKConfig doesn't work past gcloud v179.0.0
#300 closed
Apr 19, 2025 -
GoogleAccessTokenFromJSON
#280 closed
Apr 19, 2025 -
google: when using DefaultClient, scopes are not used for "authorized_user"
#207 closed
Apr 19, 2025 -
Move client_appengine.go to a sub-directory
#195 closed
Apr 19, 2025 -
google: Support 3 legged Oauth flow using ID tokens
#391 closed
Apr 19, 2025 -
google: FindDefaultCredentials should distinguish credentials not found error from failure
#281 closed
Apr 19, 2025 -
google: retry transient errors in DefaultTokenSource
#203 closed
Apr 19, 2025 -
google: AppEngineTokenSource does not work with google.golang.org/appengine/aetest
#160 closed
Apr 19, 2025 -
google: no way to set jws.PrivateClaims (needed for Firebase)
#198 closed
Apr 19, 2025 -
Google: authorize endpoint updated
#428 closed
Apr 19, 2025 -
oauth2/google: add getEnv to detect GCP compute environment
#458 closed
Apr 19, 2025 -
google: Expose CredentialType of google.Credentials
#505 closed
Apr 19, 2025 -
oauth2/google/default.go doesn't respect the CLOUDSDK_CONFIG environment variable
#506 closed
Apr 19, 2025 -
google impersonated service account: fail when scope not provided
#537 closed
Apr 19, 2025 -
Allow set audience for Google Service Accounts
#557 closed
Apr 19, 2025 -
google: panic in `(TokenSource).Token()` as returned by `google.CredentialsFromJSONWithParams`
#583 closed
Apr 19, 2025 -
google.FindDefaultCredentialsWithParams silently ignores unsupported parameters.
#624 closed
Apr 19, 2025 -
golang/oauth2/stsexchange: error handling enhancement proposal
#740 closed
Apr 19, 2025 -
Default or zero expiry time in access token makes it valid even if it's expired
#738 closed
Apr 19, 2025 -
golang/oauth2/stsexchange: pass partial client authentification info
#739 closed
Apr 19, 2025 -
quota_project_id is not used anywhere in google/
#756 closed
Apr 19, 2025 -
Question: about the design of ClientInfo interface
#758 closed
Apr 19, 2025 -
Example for GitHub flow
#767 closed
Apr 19, 2025 -
Some internal http client call rely on methods that do not support context
#769 closed
Apr 19, 2025 -
Add an option to preserve existing Authorization header
#771 closed
Apr 19, 2025 -
Make expiryDelta in token.go configurable
#481 closed
Apr 18, 2025 -
AuthCodeURL permits empty state parameter
#263 closed
Apr 18, 2025 -
Support specifying AuthCodeOption in PasswordCredentialsToken
#259 closed
Apr 18, 2025 -
OAuth2: Ability to specify "audience" parameter to token refresh
#256 closed
Apr 18, 2025 -
Token expiration tolerance should be configurable
#249 closed
Apr 18, 2025 -
google: Provide method to retrieve project ID configured on gcloud
#241 closed
Apr 18, 2025 -
oauth2: automatically retry token refreshes
#226 closed
Apr 18, 2025 -
expose Token.Raw unmarshalling to allow for easier testing
#197 closed
Apr 18, 2025 -
jws: Header - make fields extensible or implement other registered ones
#193 closed
Apr 18, 2025 -
jws: Header.Typ - add json annotation "omitempty"
#192 closed
Apr 18, 2025 -
Calling slack API endpoints fails with "not_authed"
#174 closed
Apr 18, 2025 -
When using `gcloud preview app run` appengineTokenFunc is nil, causing a panic
#142 closed
Apr 18, 2025 -
Provide full-blown examples
#107 closed
Apr 18, 2025 -
google: Support querying the scopes supported by the GCE metadata server
#102 closed
Apr 18, 2025
10 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Support OAuth DPoP
#651 commented on
Apr 12, 2025 • 0 new comments -
Implementing "client_assertion"
#744 commented on
Apr 19, 2025 • 0 new comments -
endpoints: VK should set AuthStyle
#373 commented on
Apr 20, 2025 • 0 new comments -
document support for RFC8693 Token Exchange
#409 commented on
Apr 20, 2025 • 0 new comments -
jwt: support RFC 7523 JWT Profile
#433 commented on
Apr 20, 2025 • 0 new comments -
jwt: Authorization JWT bearer shouldn't contain "scope" in "assertion"
#461 commented on
Apr 20, 2025 • 0 new comments -
Credentials are not stripped on a redirect
#500 commented on
Apr 20, 2025 • 0 new comments -
Include context on deviceauth requests
#736 commented on
Apr 16, 2025 • 0 new comments -
oauth2: support client assertion in client_credentials
#745 commented on
Apr 16, 2025 • 0 new comments -
x/oauth2: apply the expires_in value returned by the server to Token.ExpiresIn
#748 commented on
Apr 22, 2025 • 0 new comments