-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP authentication support #20
Comments
Hi, |
not sure I agree here If wallabag v2 choose to use an OAuth system, it does not change the fact that I also want to have my wallabag instance protected by an HTTP authentication: from my point of view, these are 2 different authentication levels, OAuth on the application side and HTTP on the networking protocol side |
+1. I don't trust random self-hosted web apps to be secure. I want nginx's auth on top of it for extra safety. tt-rss's Android app for example lets me set the HTTP username/password exactly for this reason. |
wallabag v2 doesn't support HTTP auth for now, please open a new issue over there if you are still interested with this feature. I close here for now. |
:( |
This doesn't mean we are closed to the idea, just that we focus on other things for now. |
HTTP Auth is now available, thanks to @di72nn \o/ |
HTTP Auth needs testing. For details see the first comment at #124 |
The latest build is available on Google Play for testers : https://play.google.com/apps/testing/fr.gaulupeau.apps.InThePoche |
New beta? On dim., nov. 15, 2015 at 7:24 PM, Thomas Citharel < [email protected] [[email protected]] > wrote: — |
Yup. |
Not available for me On dim., nov. 15, 2015 at 7:51 PM, Thomas Citharel < [email protected] [[email protected]] > wrote: — |
@di72nn It seems HTTP Auth works according to Google Play comments. An user reported using it with Yunohost which uses LDAP auth. |
Nice to hear that. I've finally decided to test it myself. On my Android 4.4 device: feeds and actions seem to work, but images in articles don't show up. It looks like As a workaround for images-problem I suggest to disable HTTP Auth for |
Tested on Android 4.2.2. Images in articles was not working. PR #153 seems to fix it. |
Isn't that's only because the images come from different domains ? |
I tested it only for the images stored on a wallabag server. Any external images should not be affected by HTTP Auth in any way. |
Right. I'll write something in the documentation about it. |
HTTP authentication is currently missing which makes this application useless for anyone hosting its wallabag with privacy in mind
thanks
The text was updated successfully, but these errors were encountered: