[Ncr-Python.in] [Share] Protected web APIs (short and simple)

Subhranath Chunder subhranath at gmail.com
Mon Apr 25 14:31:56 CEST 2011


Updated this with a django helper (decorator) to make it work without any
view code changes at the receiving end.


On Fri, Apr 22, 2011 at 4:53 PM, Subhranath Chunder <subhranath at gmail.com>wrote:

> Hi,
>
> I've created a small and simple Python helper module to have protected web
> APIs in Django or other python projects, using a secret key string.
> It's using HMAC MD5.
>
> The main concept is of Facebook 'signed_request'.
>
> For details: https://github.com/subhranath/python-web-api-auth-helper
>
> Thanks,
> Subhranath Chunder.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ncr-python.in/attachments/20110425/31503f3f/attachment.html>


More information about the Ncr-Python.in mailing list