8000 GitHub - rvflash/oauth1: OAuth 1.0 client package for Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ oauth1 Public
forked from gomodule/oauth1

OAuth 1.0 client package for Go

Notifications You must be signed in to change notification settings

rvflash/oauth1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 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
  • RSA-SHA1
  • PLAINTEXT

Installation

$ go get -u github.com/gomodule/oauth1/oauth

Import it in your code:

import "github.com/gomodule/oauth1/oauth"

Prerequisite

oauth1 uses the context package requiring Go 1.7 or later.

License

oauth1 is available under the Apache License, Version 2.0.

Documentation

About

OAuth 1.0 client package for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0