I have "auth_basic" enabled in Nginx on the server (the built-in Selfoss auth is too expiration-happy to be usable).
I put the creds in the URL string in the app (BTW I hope they don't travel over the Internets like that?).
Things work, but the app does not show site favicons any more.
Steps to Reproduce
Disable the built-in auth in Selfoss
Configure "auth_basic" in Nginx
Fumble with the reader configuration until things work
Observe sudden lack of favicons
Device
Device (manufacturer, model ...): Xiaomi, Redmi Note 13 Pro 5G
OS (Android Version, ROM/Stock, Rooted/not, mods...): HyperOS 1 (Android 14), stock, not rooted, not modded
App version (See Prerequisites): 124123421-github
### Prerequisites
* [v] Are you running the latest version?
* [v] Did you check for an existing issue ?
* [v] Are you reporting to the correct repository?
* [v] Did you perform a cursory search?
* [v] Did you read the `CONTRIBUTING` guide ?
### Description
I have "auth_basic" enabled in Nginx on the server (the built-in Selfoss auth is too expiration-happy to be usable).
I put the creds in the URL string in the app (BTW I hope they don't travel over the Internets like that?).
Things work, but the app does not show site favicons any more.
### Steps to Reproduce
1. Disable the built-in auth in Selfoss
2. Configure "auth_basic" in Nginx
2. Fumble with the reader configuration until things work
3. Observe sudden lack of favicons
### Device
- Device (manufacturer, model ...): Xiaomi, Redmi Note 13 Pro 5G
- OS (Android Version, ROM/Stock, Rooted/not, mods...): HyperOS 1 (Android 14), stock, not rooted, not modded
- App version _(See Prerequisites)_: `124123421-github`
Hi,
Thanks for the head up.
Regarding your question about basic auth, the details are [encoded before sending](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/src/branch/master/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/rest/SelfossApi.kt#L96).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Prerequisites
CONTRIBUTINGguide ?Description
I have "auth_basic" enabled in Nginx on the server (the built-in Selfoss auth is too expiration-happy to be usable).
I put the creds in the URL string in the app (BTW I hope they don't travel over the Internets like that?).
Things work, but the app does not show site favicons any more.
Steps to Reproduce
Device
124123421-githubHi,
Thanks for the head up.
Regarding your question about basic auth, the details are encoded before sending.