I wish to make a "secure" RSS (like Gmail RSS feed) - the user must login before the feed becomes available. How can I implement this in web2py?
I tried the auth.requires_login decorator but it relies on redirection. That's not what I want. Please check out Twitter timeline RSS feed, or Gmail RSS feed - that's the "secure" RSS I'm talking about. -- Adi