Skip to content

wegolook/joi-drupal-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'));

About

Use Joi to check a string against a Drupal password hash

Resources

License

Stars

Watchers

Forks

Packages

No packages published