WIP Adding session auth and routes.

This commit is contained in:
Jonathan Bernard
2017-03-17 23:34:33 -05:00
parent 0976871563
commit 2cfb91aaeb
6 changed files with 107 additions and 21 deletions

View File

@ -43,12 +43,11 @@ are:
* `artifactsRepo`: A string denoting the path to the artifacts repository
directory.
* `authSecret`: Secret key used to sign JWT session tokens.
* `users`: the array of user definition objects. Each user object is required
to have `username` and `hashedPwd` keys, both string.
* `tokens`: an array of string, each representing a valid auth token that has
been issued to a client.
* `projects`: an array of project definitions (detailed below).
All are required.