How to use sessions with django piston auth?

Posted by xyld on Stack Overflow See other posts from Stack Overflow or by xyld
Published on 2010-04-19T19:37:34Z Indexed on 2010/04/19 21:03 UTC
Read the original article Hit count: 376

Filed under:
|
|

The problem is that I want to store authentication in a cookie that I can present to django piston rather than requiring user/password to be typed in each time (without hardcoding or storing the user/pass combo somewhere on disk). I was hoping to accomplish this with cookies like someone would without the piston API. Am I missing something?

Django Piston doesn't seem to care about session cookies at all?

Or can someone suggest a good alternative? Maybe I shouldn't use Piston?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-piston