Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api il y a 5 ans
..
amazon add GDrive provider support (#118) il y a 6 ans
bitbucket add GDrive provider support (#118) il y a 6 ans
cern add GDrive provider support (#118) il y a 6 ans
clientcredentials Bump google.golang.org/api il y a 5 ans
facebook Bump google.golang.org/api il y a 5 ans
fitbit add GDrive provider support (#118) il y a 6 ans
foursquare add GDrive provider support (#118) il y a 6 ans
github add GDrive provider support (#118) il y a 6 ans
gitlab add GDrive provider support (#118) il y a 6 ans
google Bump google.golang.org/api il y a 5 ans
heroku add GDrive provider support (#118) il y a 6 ans
hipchat add GDrive provider support (#118) il y a 6 ans
instagram Bump google.golang.org/api il y a 5 ans
internal Bump google.golang.org/api il y a 5 ans
jira add GDrive provider support (#118) il y a 6 ans
jws add GDrive provider support (#118) il y a 6 ans
jwt Bump google.golang.org/api il y a 5 ans
kakao add GDrive provider support (#118) il y a 6 ans
linkedin Bump google.golang.org/api il y a 5 ans
mailchimp add GDrive provider support (#118) il y a 6 ans
mailru add GDrive provider support (#118) il y a 6 ans
mediamath add GDrive provider support (#118) il y a 6 ans
microsoft add GDrive provider support (#118) il y a 6 ans
nokiahealth Bump google.golang.org/api il y a 5 ans
odnoklassniki add GDrive provider support (#118) il y a 6 ans
paypal add GDrive provider support (#118) il y a 6 ans
slack add GDrive provider support (#118) il y a 6 ans
spotify add GDrive provider support (#118) il y a 6 ans
stackoverflow Bump google.golang.org/api il y a 5 ans
twitch add GDrive provider support (#118) il y a 6 ans
uber add GDrive provider support (#118) il y a 6 ans
vk add GDrive provider support (#118) il y a 6 ans
yahoo add GDrive provider support (#118) il y a 6 ans
yandex add GDrive provider support (#118) il y a 6 ans
.travis.yml add GDrive provider support (#118) il y a 6 ans
AUTHORS add GDrive provider support (#118) il y a 6 ans
CONTRIBUTING.md add GDrive provider support (#118) il y a 6 ans
CONTRIBUTORS add GDrive provider support (#118) il y a 6 ans
LICENSE add GDrive provider support (#118) il y a 6 ans
README.md Bump google.golang.org/api il y a 5 ans
example_test.go add GDrive provider support (#118) il y a 6 ans
go.mod Bump google.golang.org/api il y a 5 ans
go.sum Bump google.golang.org/api il y a 5 ans
oauth2.go Bump google.golang.org/api il y a 5 ans
oauth2_test.go Bump google.golang.org/api il y a 5 ans
token.go Bump google.golang.org/api il y a 5 ans
token_test.go Bump google.golang.org/api il y a 5 ans
transport.go add GDrive provider support (#118) il y a 6 ans
transport_test.go add GDrive provider support (#118) il y a 6 ans

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