Q: How can I add an RSS feed that requires authentication (username and password) to access?
A: Our plugin does not currently offer an option for you to enter authentication information for a feed source.
However, if the feed uses basic HTTP authentication, you can simply add the user and password to the feed URL as shown below:
Before: http://somesite.com/feed
After: http://user:pass@somesite.com/feed