Skip to content

Commit

Permalink
Update authentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Oct 8, 2019
1 parent 1f46df2 commit c18929f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Laravel ships with a `password.confirm` middleware that allows you to protect ro

Route::get('settings/security', function () {
// Users need to confirm their password before continuing...
})->middleware('password.confirm');
})->middleware(['auth', 'password.confirm']);

<a name="login-throttling"></a>
### Login Throttling
Expand Down

0 comments on commit c18929f

Please sign in to comment.