oauth1 icon indicating copy to clipboard operation
oauth1 copied to clipboard

OAuth 1.0 client package for Go

trafficstars

OAuth1

GoDoc Build Status

OAuth1 is a Go client for the OAuth 1.0, OAuth 1.0a and RFC 5849 Protocols. The package supports the following signatures:

  • HMAC-SHA1
  • HMAC-SHA256
  • PLAINTEXT
  • RSA-SHA1
  • RSA-SHA256

Installation

go get github.com/gomodule/oauth1/oauth

License

oauth1 is available under the Apache License, Version 2.0.

Documentation