Skip to content

Commit 59b6682

Browse files
committed
Add email verification configuration to auth settings
1 parent 2a19af7 commit 59b6682

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/auth.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@
9999
],
100100
],
101101

102+
/*
103+
|--------------------------------------------------------------------------
104+
| Email Verification Settings
105+
|--------------------------------------------------------------------------
106+
|
107+
| Here you may configure your email verification settings. The expire value
108+
| defines how long (in minutes) the verification link will remain valid
109+
| before it expires and the user needs to request a new one.
110+
|
111+
*/
112+
'verification' => [
113+
'expire' => 60,
114+
],
115+
102116
/*
103117
|--------------------------------------------------------------------------
104118
| Password Confirmation Timeout

0 commit comments

Comments
 (0)