Fixed auth.required

Misc:
- Resolved conflicts
- Added test case, to fail if server grants prohibited admin access
- Simplified test logic
- Prevented usage of "var" (used const / let instead)
- Formatting
- Cleanup
- Typos
This commit is contained in:
Fabian Arndt
2019-10-13 15:52:14 +02:00
11 changed files with 222 additions and 236 deletions

View File

@ -39,4 +39,4 @@
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
}
}
}