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.
- Host: GitHub
- URL: https://github.com/zombiezen/go-oauth2
- Owner: zombiezen
- License: bsd-3-clause
- Created: 2022-10-22T16:49:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T21:14:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T22:12:04.523Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)