I'm working on a website that keeps track of upcoming homework assignments. I'd like to provide an RSS/Atom Feed that shows their upcoming assignments. However, I have no idea how I'm going to limit the items in the feed to their own, as not many feed readers support cookie-based sessions.
Basically, I need to access the request object inside the feed class and accept HTTP basic/digest auth. Is this even possible?
I'm using Django 1.1, Python 2.5.4, and mod_python 3.3.1