You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/golang.org/x/oauth2
Adrien Delorme 0fa60c68fb
Drop the iso_checksum_type & iso_checksum_url fields (#8437)
6 years ago
..
google go get go get github.com/hashicorp/go-getter@master && tidy 7 years ago
internal go get go get github.com/hashicorp/go-getter@master && tidy 7 years ago
jws Use the hashicorp/go-getter to download files 7 years ago
jwt go get go get github.com/hashicorp/go-getter@master && tidy 7 years ago
.travis.yml Use the hashicorp/go-getter to download files 7 years ago
AUTHORS Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
CONTRIBUTING.md Use the hashicorp/go-getter to download files 7 years ago
CONTRIBUTORS Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
LICENSE Use the hashicorp/go-getter to download files 7 years ago
README.md Drop the iso_checksum_type & iso_checksum_url fields (#8437) 6 years ago
go.mod update azure sdk version 7 years ago
go.sum update azure sdk version 7 years ago
oauth2.go go get go get github.com/hashicorp/go-getter@master && tidy 7 years ago
token.go update azure sdk version 7 years ago
transport.go builder/hyperone: fix & add tests for tags 7 years ago

README.md

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 if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the godoc.org/golang.org/x/oauth2/endpoints package.

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.