mongoui icon indicating copy to clipboard operation
mongoui copied to clipboard

Add a security login

Open ludoo0d0a opened this issue 7 years ago • 1 comments

please intoduce a mininum of security. at least, a basic authentication box can be enough (https://github.com/expressjs/basic-auth-connect).

Letting this app public is not safe.

thanks

ludoo0d0a avatar Oct 24 '16 09:10 ludoo0d0a

@ludoo0d0a yes. sure! security is important... that's why just a basic auth might not be enough. the idea is that people will be forced to implement their own security on top of the app if we don't provide it... but what integration would you like to see? having a password will require a database for the app... which increases the complexity, hardcoding is another option. GitHub OAuth will require getting GitHub keys, etc. so it's not a simple path.

azat-co avatar Jun 17 '17 15:06 azat-co