FreshRSS / FreshRSS

A free, self-hostable news aggregator…
https://freshrss.org
GNU Affero General Public License v3.0
9.96k stars 851 forks source link

Unread iOS App can't authenticate with fever-api #3359

Open datacosmos opened 3 years ago

datacosmos commented 3 years ago

Hi, I just installed FressRSS and try to use it with the unread iOS Version 1.9. I read the docs, and allowed api access in the authentication menu, added a api token in profile, copied the API URL into fever account settings https://server.../FreshRSS/p/api/fever.php and followed the french Fever API doc (btw. the link in the english doc https://github.com/FreshRSS/FreshRSS/blob/master/docs/en/users/06_Fever_API.md results in a http 404) with the api_key generation via echo -n "user:pass" | md5sum | cut -d' ' -f1

And nothing worked - and than I found out that its just using username and the created api key without the whole md5sum process. And as I came from tt-rss which does not use the username but the api-key only I did not thought about doing the obvious first! Otherwise good job, the rest of the installation worked smoothly and it looks good.

But please update the docs accordingly.

Alkarex commented 3 years ago

Thanks for the feedback, and patch welcome if you can :-) The doc is just there https://github.com/FreshRSS/FreshRSS/tree/master/docs

math-GH commented 7 months ago

How is the situation right now? Is it solved already?