Implemented password hashing. Added and improved tests.

This commit is contained in:
Jonathan Bernard
2017-03-24 01:04:39 -05:00
parent b5a70f6de0
commit 52b7d2f48b
12 changed files with 113 additions and 56 deletions

View File

@ -1,10 +1,11 @@
{
"artifactsRepo": "artifacts",
"authSecret": "change me",
"users": [
{ "name": "bob@builder.com", "hashedPwd": "testvalue" },
{ "name": "sam@sousa.com", "hashedPwd": "testvalue" }
],
"authSecret": "change me",
"pwdCost": 11,
"projects": [
{ "name": "test-project-1",
"repo": "/non-existent/dir",