Clone this repo:
  1. 0f29369 google: add some metadata to GCE tokens to identify the token's source by Chris Broadfoot · 5 years ago main master
  2. aaccbc9 google: update ApprovalForce to use openid connect friendly prompt=consent by Bobby DeSimone · 5 years ago
  3. 950ef44 jwt: support PrivateClaims in Config by Wenlei (Frank) He · 5 years ago
  4. 9f33145 google: Support scopes for ComputeTokenSource by Steven Buss · 5 years ago
  5. c85d3e9 internal: remove fallback parsing for expires_in by Ggicci · 5 years ago

OAuth2 for Go

Build Status GoDoc

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

go get golang.org/x/oauth2

Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2.

See godoc for further documentation and examples.

Policy for new packages

We no longer accept new provider-specific packages in this repo. For defining provider endpoints and provider-specific OAuth2 behavior, we encourage you to create packages elsewhere. We'll keep the existing packages for compatibility.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.