Added basic authentication in debug/vars

Using a simple http auth middleware.
https://github.com/goji/httpauth
This commit is contained in:
claudemiro
2015-01-13 08:01:02 -03:00
parent be66978479
commit 0aec168ab3
3 changed files with 14 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
{
"Host": ":8080",
"Expvar": true,
"User": "Username",
"Password": "123456",
"Apps": [
{
"ApplicationDisabled": false,