This commit is contained in:
Refactorian
2024-02-17 23:09:24 +09:00
committed by GitHub
parent edbbe6d81d
commit 953460bca6
12 changed files with 710 additions and 494 deletions

View File

@@ -29,7 +29,8 @@ return [
*/
'bcrypt' => [
'rounds' => env('BCRYPT_ROUNDS', 10),
'rounds' => env('BCRYPT_ROUNDS', 12),
'verify' => true,
],
/*
@@ -47,6 +48,7 @@ return [
'memory' => 65536,
'threads' => 1,
'time' => 4,
'verify' => true,
],
];