Skip to content

raymond-chia/gomodule-oauth1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Support adding customized fields in Authorization header

Installation

go get github.com/gomodule/oauth1/oauth

License

oauth1 is available under the Apache License, Version 2.0.

Documentation

About

OAuth 1.0 client package for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%