This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit fb796c52818d0239f860287808378bc9b923461a
tree 6eb0858e5a0ba61752c497d8592aa8bfd59ff7fd
parent 973051dad7e0d11ebd03751e354a150621621261
tree 6eb0858e5a0ba61752c497d8592aa8bfd59ff7fd
parent 973051dad7e0d11ebd03751e354a150621621261
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Apr 22 18:09:44 -0700 2008 | [mojodna] |
| |
README | Fri Apr 25 21:11:33 -0700 2008 | [mojodna] |
| |
TODO | Tue Apr 22 18:09:44 -0700 2008 | [mojodna] |
| |
oauth/ | Mon Apr 21 18:08:39 -0700 2008 | [mojodna] |
| |
oauth_proxy/ | Fri Apr 25 21:11:33 -0700 2008 | [mojodna] |
| |
twisted/ | Fri Apr 25 21:11:33 -0700 2008 | [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 (For mktap to find oauth_proxy, you may need to make sure that "." is in your PYTHONPATH) Or, just run it with twistd: twistd -n oauth_proxy --consumer-key <consumer key> --consumer-secret <consumer secret> [--token <token>] [--token-secret <token secret>] [-p <proxy port>] [--ssl]




