concerto / concerto-simple-rss

Simple RSS Dynamic Content for Concerto 2
Other
6 stars 2 forks source link

Handle feeds requiring basic http authentication #46

Closed mfrederickson closed 9 years ago

mfrederickson commented 9 years ago

This uses the encryptor gem and stores only the encrypted credentials in the database.

I'm unhappy about not being able to turn off the autocomplete/autofill in the form for the user id and password fields, and having to explicitly specify an i18n path/key for those fields label's (they should have been pulled from the attributes).

This closes #45.

augustf commented 9 years ago

Scanning the code, it's not instantly obvious where the credentials are living in the database. Are they being stored along with the feed address or in the Config table?

mfrederickson commented 9 years ago

Yes, they are stored with the feed url in the config hash/json that is stored in the data field of the content table.