debian-forge-composer/vendor/golang.org/x/oauth2
Michael Vogt 9dd8b2c50f go.mod,vendor: run go get -u github.com/osbuild/images
This commit updates the "images" dependency.
2025-01-20 09:50:49 +01:00
..
authhandler go.mod: update github.com/containers/image/v5 2022-08-29 10:25:38 +02:00
google go.mod,vendor: run go get -u github.com/osbuild/images 2025-01-20 09:50:49 +01: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 go.mod,vendor: run go get -u github.com/osbuild/images 2025-01-20 09:50:49 +01:00
pkce.go go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
README.md build(deps): bump deps specifically CVE-2024-45338 2025-01-09 16:30:20 +01:00
token.go go.mod: update osbuild/images to v0.87.0 2024-09-17 23:33:44 +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.

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://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/oauth2.

Note:

  • 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.