Ghost/ghost/security/lib
Nazar Gargol 07972312ed Extended resetToken.compare return result with reason for comparison failure
refs https://github.com/TryGhost/Ghost/issues/11878

- To be able to identify the reason behind comparison failure on more granular level (like token expiration) had to provide additional information in return result for falsy token comparisons
2020-09-22 15:31:15 +12:00
..
identifier.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
password.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
string.js Updated to use slugify method from SDK for safe string 2019-05-07 15:33:07 +05:30
tokens.js Extended resetToken.compare return result with reason for comparison failure 2020-09-22 15:31:15 +12:00
url.js