debian-forge-composer/vendor/golang.org/x/oauth2
Tomáš Hozza c3680ca0a7 Update osbuild/images to v0.75.0
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-08-13 15:52:44 +02:00
..
authhandler go.mod: update github.com/containers/image/v5 2022-08-29 10:25:38 +02:00
google build(deps): bump the go-deps group across 1 directory with 15 updates 2024-06-17 09:54:49 +02:00
internal go.mod: bump osbuild/images to 0.55 2024-04-17 10:27:08 +02:00
jws build(deps): bump cloud.google.com/go/compute from 1.9.0 to 1.10.0 2022-09-22 16:26:27 +02:00
jwt internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
.travis.yml internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
CONTRIBUTING.md internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
deviceauth.go go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
LICENSE Update osbuild/images to v0.75.0 2024-08-13 15:52:44 +02:00
oauth2.go build(deps): bump the go-deps group across 1 directory with 11 updates 2024-05-29 00:27:31 +02:00
pkce.go go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
README.md build(deps): bump cloud.google.com/go/compute from 1.10.0 to 1.19.3 2023-05-22 11:51:42 +02:00
token.go vendor: Update osbuild/images to commit dd48a38be218 2023-09-21 16:56:54 +02:00
transport.go internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00

OAuth2 for Go

Go Reference Build Status

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 pkg.go.dev for further documentation and examples.

Policy for new endpoints

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 pkg.go.dev/golang.org/x/oauth2/endpoints package.

Report Issues / Send Patches

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

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

  • Excluding trivial changes, all contributions should be connected to an existing issue.
  • API changes must go through the change proposal process before they can be accepted.
  • The code owners are listed at dev.golang.org/owners.