Start adding actual HTTP tests.

This commit is contained in:
Jonathan Bernard
2017-04-23 00:19:47 -05:00
parent b402a8eb6d
commit d701460e91
2 changed files with 44 additions and 10 deletions

View File

@ -3,7 +3,7 @@
"authSecret": "change me",
"debug": true,
"users": [
{ "name": "bob@builder.com", "hashedPwd": "testvalue" },
{ "name": "bob@builder.com", "hashedPwd": "$2a$11$lVZ9U4optQMhzPh0E9A7Yu6XndXblUF3gCa.zmEvJy4F.4C4718b." },
{ "name": "sam@sousa.com", "hashedPwd": "testvalue" }
],
"pwdCost": 11,