npm.io
1.1.0 • Published 10 years ago

joi-drupal-hash

Licence
ISC
Version
1.1.0
Deps
1
Vulns
0
Weekly
0

joi-drupal-hash

Allows you to validate a string against a Drupal password hash. So sorry.

Usage

require('joi-drupal-hash');
require('joi');
Joi.validate('my-secret-password', Joi.string().drupalHash('myHashedPassword'));