yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
7.69k stars 419 forks source link

OAuth login #401

Open okuramasafumi opened 2 years ago

okuramasafumi commented 2 years ago

Is your feature request related to a problem? Please describe.

When I started to use fluent reader, I noticed that I need API key for InoReader which I use for aggregation.

However it says it takes 3 days to get API key. I cannot start using fluent reader until I get the API. This isn't good.

Describe the solution you'd like

Support OAuth login.

See: https://www.inoreader.com/developers/oauth

Describe alternatives you've considered

OAuth login flow is as far as I know the simplest way to login. Code could be reused for other service providers.

Additional context

Thank you for nice work! I'm a dev and I'm happy to help if this feature is really going to be implemented.

Radcliffe-Bai commented 2 years ago

Is your feature request related to a problem? Please describe.

When I started to use fluent reader, I noticed that I need API key for InoReader which I use for aggregation.

However it says it takes 3 days to get API key. I cannot start using fluent reader until I get the API. This isn't good.

Describe the solution you'd like

Support OAuth login.

See: https://www.inoreader.com/developers/oauth

Describe alternatives you've considered

OAuth login flow is as far as I know the simplest way to login. Code could be reused for other service providers.

Additional context

Thank you for nice work! I'm a dev and I'm happy to help if this feature is really going to be implemented.

Did you get the api of the inoreader? I have tried to ask for the api, but they told me that I have to buy a pro account to get it. Did you pay for the api? Or there is a way to get it for free?

okuramasafumi commented 2 years ago

@Radcliffe-Bai I switched to readkit that supports InoReader login without api token.