Skip to content
This repository has been archived by the owner on Jan 27, 2018. It is now read-only.

bomgar/rust-oauth-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust OAuth Proxy

https://travis-ci.org/bomgar/rust-oauth-proxy.svg?branch=master https://img.shields.io/crates/v/rust-oauth-proxy.svg

A small http proxy to sign requests using OAuth 1.0.

Installation

cargo install rust-oauth-proxy

On OS X you might need this

brew install openssl
export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include

Usage

Provide a consumer key and secret. See help for details.

rust-oauth-proxy --help

Curl

Add the proxy to your curl command using the -x parameter.

About

A small http proxy to sign requests using OAuth 1.0

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages