refactored bcrypt hashing engine.

This commit is contained in:
Taylor Otwell
2011-10-08 22:41:52 -05:00
parent 92ecae3db9
commit bcb6f189f7
9 changed files with 103 additions and 306 deletions

View File

@@ -2,11 +2,6 @@
return array(
'laravel.hasher' => array('singleton' => true, 'resolver' => function($c)
{
return new Security\Hashing\Bcrypt(8, false);
}),
/*
|--------------------------------------------------------------------------
| Laravel Routing Components