-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Is your feature request related to a problem? Please describe.
I'm trying to figure out if it is possible for the fever or google api to allow anonymous reading of the default user feed (no authentification required) but prevent deletion/moditication/... api calls ? I'm specifically talking about the api only, not the web-based interface which I know have an option for this.
Additional context
We have a student made app for our university in which we would like to integrate a news section that is an aggregation of all of the department RSS news feeds, the app is freely accessed by all students and doesn't require any login and we would like to keep it that way. We are exploring the use of freshRSS as the backend actual aggregator that do the heavy job, and use the api to get the news from the app but seemingly, we cannot find a public read-only access api for the aggregated articles.