Skip to content
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

Feature request: Bind to Loopback interface only or add authentication #6

Open
clr2of8 opened this issue Oct 2, 2020 · 1 comment

Comments

@clr2of8
Copy link

clr2of8 commented Oct 2, 2020

The application binds to 0.0.0.0 making the web interface available to anyone on the network which is problematic since the web application requires no authentication/log-in. This leaves the web interface insecurely exposed.

@guillerpsanchez
Copy link

guillerpsanchez commented Dec 3, 2020

The application binds to 0.0.0.0 making the web interface available to anyone on the network which is problematic since the web application requires no authentication/log-in. This leaves the web interface insecurely exposed.

Hello, thank you very much for highlighting the security problem of not having a login method and that the server is available in 0.0.0.0, to solve it we have integrated a login system and as an extra we added 2FA with Latch.

You can see these changes in the following Pull Request: #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants