The problem is that I want to store authentication in a cookie, which I can present to the django piston, and not require a password to be entered / entered each time (without hard-coding or storing the user / pass command somewhere on disk). I was hoping to do this with cookies, like someone, without a piston API. Did I miss something?
Django Piston doesn't care about session cookies at all?
Or can someone suggest a good alternative? Maybe I shouldn't use Piston?
source share