0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/lib/security
kirrg001 2b76d7a492 Added lib.security.password lib
no issue

- move password hashing and password comparison to lib/security/password
- added two unit test
- FYI: password hashing takes ~100ms
  - we could probably mock password hashing in certain cases when unit testing
2018-02-15 21:13:04 +01:00
..
identifier.js Moved unique identifier generation to lib/security 2017-12-14 13:52:20 +01:00
index.js Added lib.security.password lib 2018-02-15 21:13:04 +01:00
password.js Added lib.security.password lib 2018-02-15 21:13:04 +01:00
string.js
tokens.js
url.js