I was wondering if it was at all possible to create a rss(or atom) feed with Zend_Feed that would be on a secured website (With Zend_Auth).
How would users be able to subscribe to my feed? How would feedreaders handle authentification? Is there any pitfalls I should be aware of (one I can think of is users who use outlook, IE, and other tools for there feeds)?
Hope I am clear enough. Thanks in advance! ps: I did see this post but its about .net and I do not see how it answers my questions.
edit: I would not mind a more general php answer to this question if its applicable to Zend also.