[Twisted-Python] Light-est-weight http authentication

Brad Milne brad.milne at devx.runthered.com
Mon Feb 8 14:23:31 EST 2010


I have a backend Twisted application with a front end in Django. Some of
their communication is via web services. Currently they are deployed on the
same box but may be separated in future. I want to enforce some basic
authentication on the web services, so some lightweight http header
authentication looks best. I've found the twisted.web.guard api, but it
seems to be more heavyweight than I require (e.g. running up a Portal).
Given the breadth of the Twisted apis, I'm confident I wouldn't have to
hand-craft something to check the auth header myself. What do you guys
suggest?

Thanks
Brad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20100209/869e3a0c/attachment.htm 


More information about the Twisted-Python mailing list