Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Support feeds requiring authentication #84

Closed
mshish opened this issue Sep 12, 2018 · 3 comments
Closed

Support feeds requiring authentication #84

mshish opened this issue Sep 12, 2018 · 3 comments

Comments

@mshish
Copy link

mshish commented Sep 12, 2018

Is your feature request related to a problem? Please describe.
I'd like to use rss-reader on some RSS feeds protected by Basic and NTLM auth.

Describe the solution you'd like
Ideally, when I add a URL, it would let me either specify user and password for Basic Auth, toggle NTLM pass-through from Chromium, or even better load the feed in a hosted window and let me login to the feed using the URL and cache the cookies/auth tokens.

In Chrome, my browser just passes the NTLM auth from Windows, not sure if this is possible with Electron. I would be interested in trying to contribute this change if I could be pointed in the right direction in the code base.

@mrgodhani
Copy link
Member

Idea isn't bad. I was wondering if you tried adding RSS feed that needs authentication in https://github.com/GetStream/Winds ?

Otherwise I will look into this. Mostly it would go in https://github.com/mrgodhani/rss-reader/blob/master/src/renderer/components/SubscribeModal.vue

@mshish
Copy link
Author

mshish commented Sep 25, 2018

@mrgodhani thanks, I'm trying to avoid using a non-hosted service so have avoided Winds.

@mrgodhani
Copy link
Member

The latest version now supports self-hosted services that support Google Reader API example: FreshRss.org

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants