Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/oauth2
https://github.com/freeformz/oauth2
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeformz/oauth2
- Owner: freeformz
- License: bsd-3-clause
- Created: 2015-02-06T02:43:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T02:43:55.000Z (almost 10 years ago)
- Last Synced: 2024-12-24T06:47:43.759Z (10 days ago)
- Language: Go
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OAuth2 for Go
[![Build Status](https://travis-ci.org/golang/oauth2.svg?branch=master)](https://travis-ci.org/golang/oauth2)
oauth2 package contains a client implementation for OAuth 2.0 spec.
## Installation
~~~~
go get golang.org/x/oauth2
~~~~See godoc for further documentation and examples.
* [godoc.org/golang.org/x/oauth2](http://godoc.org/golang.org/x/oauth2)
* [godoc.org/golang.org/x/oauth2/google](http://godoc.org/golang.org/x/oauth2/google)