You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
The text was updated successfully, but these errors were encountered: