I have a web service, which generates alerts to my users. I would like each user to have his own RSS feed including his own alerts. Therefore I want this feed to be private, protected by username and password.
What is the right way to implement it ?
Is HTTP Authentication a good solution ?