HTTP auth support
Solved
Support
-
-
@chris we don't have a generic mechanism to protect via http proxy, no. Usually, apps implement this themselves, if it makes sense for them. For example, WP has many plugins for this. Maybe NodeBB has one as well, you can ask in their forums maybe.
-
-
-
@robi I think @chris wants this to be on any app i.e dynamically enabled/disabled. The current app proxy is done at packaging level.
While possible, I am not sure if we want this though. HTTP proxy auth on the browser is not very friendly and also breaks most mobile apps. You have to double login for apps like nodebb as well (http auth login and then the nodebb login). There is no obvious way to logout with http auth and so on. This is why it's best implemented in the app itself.