FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Authentification parameter no longer works #270

Closed kmeesters closed 7 years ago

kmeesters commented 7 years ago

The parameter to be passed to localserver.js (-u) is no longer working. Before, running: node localserver.js -u demo:demo would generate basic http authenfication. This seems to be longer supported

poelstra commented 7 years ago

Possibly broken in the refactoring in #243.

@idanstark42 can you take a look?

idanstark42 commented 7 years ago

Yes, I see. I will create a pr to fix this

Jheronymus commented 7 years ago

fixed by merge of PR #271