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 4e0f491277ff5968810f7b029071814e24d1eb0d
tree d1b3fde8c8d6591f7db9a924eaf21970b73b32d4
parent 1f8ea16b4f98dabf724528cc7b74fa9fae734b6d
tree d1b3fde8c8d6591f7db9a924eaf21970b73b32d4
parent 1f8ea16b4f98dabf724528cc7b74fa9fae734b6d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 21 15:53:00 -0700 2008 | [mojodna] |
| |
README | Mon Apr 21 15:53:00 -0700 2008 | [mojodna] |
| |
oauth/ | Mon Apr 21 18:08:39 -0700 2008 | [mojodna] |
| |
oauth_proxy/ | Mon Apr 21 15:53:00 -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




