Fix build scripts

This commit is contained in:
Fabian Stamm
2020-03-09 18:46:41 +01:00
parent 180f00dd22
commit aab3cb76b9
7 changed files with 419 additions and 233 deletions

View File

@ -49,7 +49,7 @@ UserRoute.post("/register", Register);
* @apiParam {String} username Username (either username or uid required)
* @apiParam {String} uid (either username or uid required)
* @apiParam {String} password Password hashed and salted like specification (only on type password)
* @apiParam {String | Number} time in milliseconds used to hash password. This is used to make passwords "expire"
* @apiParam {Number} time in milliseconds used to hash password. This is used to make passwords "expire"
*
* @apiSuccess {String} uid On type = "username"
* @apiSuccess {String} salt On type = "username"