Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Exploring OAuth-Protected APIs. One of the downsides of OAuth is that it makes debugging APIs in your browser much harder. Seth Fitzsimmons’ oauth-proxy solves this by running a Twisted-powered proxy on your local machine which OAuth-signs every request going through it using your consumer key, secret and tokens for that API. Using it with a browsers risks exposing your key and token (but not secret) to sites you accidentally browse to—it would be useful if you could pass a whitelist of API domains as a command line option to the proxy.

Tagged , , , , ,

1 comment

  1. Corresponding issue added here: http://github.com/mojodna/oauth-proxy/issues/#issu e/1

    It shouldn't be hard to do, but at the same time, it isn't something I need ;-)

    Seth - 26th August 2009 21:48 - #

Comments are closed.
A django site