An open API service indexing awesome lists of open source software.

https://github.com/zombiezen/go-oauth2

A client for making HTTP requests authorized with OAuth 2.0 tokens as specified in RFC 6749.
https://github.com/zombiezen/go-oauth2

Last synced: over 1 year ago
JSON representation

A client for making HTTP requests authorized with OAuth 2.0 tokens as specified in RFC 6749.

Awesome Lists containing this project

README

          

# `zombiezen.com/go/oauth2` Package

The Go package `oauth2` provides a client for making HTTP requests authorized
with OAuth 2.0 tokens as specified in [RFC 6749][].

This package is experimental and subject to change.

[RFC 6749]: https://www.rfc-editor.org/rfc/rfc6749

## Install

```shell
go get zombiezen.com/go/oauth2
```

## License

[BSD 3-Clause](LICENSE)