summaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-02-05 19:50:40 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2020-02-05 19:50:40 +0200
commitf9b88d03e322734b3e81e2df6e1dd2d13c919d6b (patch)
treeed22518b1565717cfc710f00307a17898c2e3849 /backend/package.json
parent71d9490d0988c97b8b023a70e0b61c65f32ad3b9 (diff)
Implement password strength requirements
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json
index e6b64b3..daba5f7 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -19,6 +19,7 @@
"js-sha512": "^0.8.0",
"knex": "^0.20.8",
"morgan": "^1.9.1",
+ "owasp-password-strength-test": "^1.3.0",
"pg": "^7.18.1",
"shortid": "^2.2.15"
},