forked from Mirrors/oauth2
README: add policy for new packages
Fixes golang/oauth2#325 Change-Id: I3a9ad8ce1e974bb399356b18819c6b0fe60f7051 Reviewed-on: https://go-review.googlesource.com/c/147459 Reviewed-by: Ross Light <light@google.com>
This commit is contained in:
parent
b758792b5c
commit
ca4130e427
|
@ -70,6 +70,13 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
```
|
||||
|
||||
## 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
|
||||
|
|
Loading…
Reference in New Issue