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:52 PM, Subhranath Chunder <subhran...@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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to