ReadYouApp / ReadYouApp/ReadYou
Add support for http basic auth
@Ashinch is already working on this.
Since May 29, 2024.
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
1. Environment
- Device: samsung A5
- OS: lineageos 18.1
- APP: 0.9.12
2. Describe the feature request
Since http basic auth does not seem to be supported by the UI, I tried the standard way of defining a user and password for http basic auth in the server URL field such as:
https://user:password@freshrss.example.com/api/greader.php
I receive the "unauthorized for CL token" message.
I guess this is because http basic auth is not yet supported, neither by the UI , nor by the library used to parse or connect to the server URL
Could the http basic auth feature be added to Read You ?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.