Categorygithub.com/gomodule/oauth1
repository
0.2.0
Repository: https://github.com/gomodule/oauth1.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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