Domi04151309 / HomeApp

HomeApp is a small and easy to use smart home app with a simple framework.
https://f-droid.org/packages/io.github.domi04151309.home/
GNU General Public License v3.0
106 stars 24 forks source link

[Feature Request] Website Authentication #2

Closed andersmmg closed 4 years ago

andersmmg commented 4 years ago

My router requires HTTP authentication to access the system, but the app doesn't seem to support this. It shouldn't be too hard to implement and it would be really nice. This app seems very cool so far, setting up an ESP8266 went perfectly and the app looks nice.

Domi04151309 commented 4 years ago

Thanks for your feedback! I don't really know what you mean by HTTP authentication. Do you mean Basic access authentication?

andersmmg commented 4 years ago

I believe so. When I connect to my router, it requires a username and password from the browser before I can start using it. It doesn't have its own login screen, it just uses HTTP auth

On Sat, May 30, 2020, 12:18 PM Dominik notifications@github.com wrote:

Thanks for your feedback! I don't really know what you mean by HTTP authentication. Do you mean Basic access authentication https://en.wikipedia.org/wiki/Basic_access_authentication?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Domi04151309/HomeApp/issues/2#issuecomment-636366309, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2HVOYAINAMIYF6VVXC2PTRUFEW5ANCNFSM4NHAFOXA .

andersmmg commented 4 years ago

Thanks, by the way. It works perfectly!