public
Description: An HTTP proxy for signing OAuth requests
Clone URL: git://github.com/mojodna/oauth-proxy.git
mojodna (author)
Mon Apr 21 18:08:39 -0700 2008
commit  4e0f491277ff5968810f7b029071814e24d1eb0d
tree    d1b3fde8c8d6591f7db9a924eaf21970b73b32d4
parent  1f8ea16b4f98dabf724528cc7b74fa9fae734b6d
name age message
file .gitignore Mon Apr 21 15:53:00 -0700 2008 tap'ified, allowing SSL usage to be an option a... [mojodna]
file README Mon Apr 21 15:53:00 -0700 2008 tap'ified, allowing SSL usage to be an option a... [mojodna]
directory oauth/ Mon Apr 21 18:08:39 -0700 2008 removed pycs [mojodna]
directory oauth_proxy/ Mon Apr 21 15:53:00 -0700 2008 tap'ified, allowing SSL usage to be an option a... [mojodna]
README
This is an OAuth proxy.  It allows vanilla requests to be funneled through it and signed
appropriately using OAuth.  For now, it only uses a single, pre-set access token.

To create an OAuth proxy server:
mktap oauth_proxy --consumer_key <consumer key> --consumer_secret <consumer secret> [--token <token>] [--token_secret 
<token secret>] [-p <proxy port>] [--ssl]

Start the generated tap (in the foreground):
twistd -nf oauth_proxy.tap