2014-06-25 02:55:10 +04:00
|
|
|
# OAuth2 for Go
|
|
|
|
|
2020-12-08 06:44:01 +03:00
|
|
|
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/oauth2.svg)](https://pkg.go.dev/golang.org/x/oauth2)
|
2014-07-10 03:06:12 +04:00
|
|
|
[![Build Status](https://travis-ci.org/golang/oauth2.svg?branch=master)](https://travis-ci.org/golang/oauth2)
|
|
|
|
|
2014-06-25 02:55:10 +04:00
|
|
|
oauth2 package contains a client implementation for OAuth 2.0 spec.
|
|
|
|
|
2020-12-08 06:44:01 +03:00
|
|
|
See pkg.go.dev for further documentation and examples.
|
2014-07-07 10:42:20 +04:00
|
|
|
|
2020-12-08 06:44:01 +03:00
|
|
|
* [pkg.go.dev/golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2)
|
|
|
|
* [pkg.go.dev/golang.org/x/oauth2/google](https://pkg.go.dev/golang.org/x/oauth2/google)
|
2014-06-25 03:00:24 +04:00
|
|
|
|
2023-03-10 23:16:29 +03:00
|
|
|
## Policy for new endpoints
|
2018-11-05 19:40:02 +03:00
|
|
|
|
2020-01-07 19:11:21 +03:00
|
|
|
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
|
2020-12-08 06:44:01 +03:00
|
|
|
[pkg.go.dev/golang.org/x/oauth2/endpoints](https://pkg.go.dev/golang.org/x/oauth2/endpoints)
|
2020-01-07 19:11:21 +03:00
|
|
|
package.
|
2018-11-05 19:40:02 +03:00
|
|
|
|
2017-07-19 06:29:57 +03:00
|
|
|
## Report Issues / Send Patches
|
2017-02-13 21:53:58 +03:00
|
|
|
|
2017-07-19 06:29:57 +03:00
|
|
|
The main issue tracker for the oauth2 repository is located at
|
|
|
|
https://github.com/golang/oauth2/issues.
|
2023-03-10 23:16:29 +03:00
|
|
|
|
|
|
|
This repository uses Gerrit for code changes. To learn how to submit changes to
|
2024-11-01 01:37:21 +03:00
|
|
|
this repository, see https://go.dev/doc/contribute.
|
|
|
|
|
|
|
|
The git repository is https://go.googlesource.com/oauth2.
|
|
|
|
|
|
|
|
Note:
|
2023-03-10 23:16:29 +03:00
|
|
|
|
|
|
|
* Excluding trivial changes, all contributions should be connected to an existing issue.
|
|
|
|
* API changes must go through the [change proposal process](https://go.dev/s/proposal-process) before they can be accepted.
|
|
|
|
* The code owners are listed at [dev.golang.org/owners](https://dev.golang.org/owners#:~:text=x/oauth2).
|