Categorygithub.com/garyburd/go-oauth
module
0.0.0-20180319155456-bca2e7f09a17
Repository: https://github.com/garyburd/go-oauth.git
Documentation: pkg.go.dev

# README

Go-OAuth

GoDoc Build Status

Go-OAuth is a Go client for the OAuth 1.0, OAuth 1.0a and RFC 5849 Protocols. The package supports HMAC-SHA1, RSA-SHA1 and PLAINTEXT signatures.

Future development of Go-OAuth is at github.com/gomodule/oauth1. Please submit issues at gomodule/oauth1.

Installation

go get github.com/garyburd/go-oauth/oauth

License

Go-OAuth is available under the Apache License, Version 2.0.

Documentation

# Packages

No description provided by the author
Package oauth is consumer interface for OAuth 1.0, OAuth 1.0a and RFC 5849.