public
Description: An HTTP proxy for signing OAuth requests
Clone URL: git://github.com/mojodna/oauth-proxy.git
tap'ified, allowing SSL usage to be an option along with keys and secrets
mojodna (author)
Mon Apr 21 15:53:00 -0700 2008
commit  1f8ea16b4f98dabf724528cc7b74fa9fae734b6d
tree    d54a14e806a25d11d2ef69520a739bed7dcaa877
parent  006919fc53f9c6227a81e6cdeef6d0280509b451
0
...
1
2
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
0
@@ -1,2 +1,8 @@
0
 This is an OAuth proxy. It allows vanilla requests to be funneled through it and signed
0
 appropriately using OAuth. For now, it only uses a single, pre-set access token.
0
+
0
+To create an OAuth proxy server:
0
+mktap oauth_proxy --consumer_key <consumer key> --consumer_secret <consumer secret> [--token <token>] [--token_secret <token secret>] [-p <proxy port>] [--ssl]
0
+
0
+Start the generated tap (in the foreground):
0
+twistd -nf oauth_proxy.tap

Comments

    No one has commented yet.