diff --git a/app/Auth/BcryptPasswordHasher.php b/app/Auth/BcryptPasswordHasher.php new file mode 100644 index 0000000..8593710 --- /dev/null +++ b/app/Auth/BcryptPasswordHasher.php @@ -0,0 +1,16 @@ + DI\autowire(RandomTokenGenerator::class), Clock::class => DI\autowire(SystemClock::class), + PasswordHasher::class => DI\autowire(BcryptPasswordHasher::class), ]); return $container;