Skip to content

Launchpad.net compatible OAuth 1.0 client package for Go

Notifications You must be signed in to change notification settings

bergotorino/go-oauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This version supports Launchpad.net and the work is based on garyburd go-oauth

Installation

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

Usage

The clients using this library must set additional headers in order to be able to communicate with Launchpad. These are:

 - "accept" = "application/json"
 - "accept-encoding" = "gzip, deflate"

License

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

Documentation

About

Launchpad.net compatible OAuth 1.0 client package for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%