# Password Confirmation

DevFeed: [Password Confirmation](<https://devfeed.tech/articles/password-confirmation-3893.md>)

Original publisher: [Read original article](<https://laravel.com/blog/password-confirmation>)

Author: Dries Vints

Published: 2019-10-08T15:07:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [passwords](<https://devfeed.tech/topics/passwords.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [feature](<https://devfeed.tech/tags/feature.md>), [framework](<https://devfeed.tech/tags/framework.md>), [github](<https://devfeed.tech/tags/github.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [release](<https://devfeed.tech/tags/release.md>), [validation](<https://devfeed.tech/tags/validation.md>)

## AI overview

Laravel v6.2.0 adds password confirmation middleware for routes, session-based confirmation duration settings, and a validation rule for matching a user's existing password.

## Source excerpt

The Laravel v6.2.0 release ships with a new password confirmation feature. This feature allows you to attach a `password.confirm` middleware to routes where you want a user to re-confirm their passwor...