feat(auth): harden authentication and add configurable two-factor support
This commit is contained in:
@@ -11,6 +11,8 @@ return [
|
||||
? [
|
||||
Features::twoFactorAuthentication([
|
||||
'confirm' => true,
|
||||
'secret-length' => 32,
|
||||
'window' => 0,
|
||||
]),
|
||||
]
|
||||
: [],
|
||||
|
||||
Reference in New Issue
Block a user