PHPackages                             kaantanis/filament-password-confirmation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kaantanis/filament-password-confirmation

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

kaantanis/filament-password-confirmation
========================================

Filament Password Confirmation

v1.0.3(3y ago)119403[2 PRs](https://github.com/KaanTanis/filament-password-confirmation/pulls)MITPHPPHP ^8.1

Since Nov 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/KaanTanis/filament-password-confirmation)[ Packagist](https://packagist.org/packages/kaantanis/filament-password-confirmation)[ Docs](https://github.com/kaantanis/filament-password-confirmation)[ RSS](/packages/kaantanis-filament-password-confirmation/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (15)Versions (7)Used By (0)

Filament Password Confirmation
==============================

[](#filament-password-confirmation)

Art
---

[](#art)

[![Screenshot](https://raw.githubusercontent.com/KaanTanis/filament-password-confirmation/main/art/login-page.jpg)](https://raw.githubusercontent.com/KaanTanis/filament-password-confirmation/main/art/login-page.jpg)

This package allows you to attach a middleware for password confirmation to your routes. If user time is expired, the user will be redirected to a password confirmation page.

This feature protects your routes if you have a long session time.

**Note:** Exdends via `Illuminate\Auth\Middleware\RequirePassword` middleware.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require kaantanis/filament-password-confirmation

```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-password-confirmation-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-password-confirmation-views"
```

Usage
-----

[](#usage)

Open your filament.php config file and add the middleware.

```
'middleware' => [
    'auth' => [
        ...
        \KaanTanis\FilamentPasswordConfirmation\Http\Middleware\PasswordConfirmationMiddleware::class
    ],
]
```

Configuration
-------------

[](#configuration)

Time out can be configured in the config file. Default is 10800 seconds.

```
'timeout' => 10800 // 3 hours
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Roadmap
-------

[](#roadmap)

- Not working on post request. If user time is expired, the user will be redirected (or modal) to a password confirmation page.
- Add more languages
- Add more documentation
- Get confirmation on critical actions even if the session doesn't expire
- Confirmation for specific resources and actions
- Confirmation from modal
- Auto redirect/open modal if session is expired

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 54.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

4

Last Release

1321d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64961969?v=4)[Kaan](/maintainers/kaantanis)[@KaanTanis](https://github.com/KaanTanis)

---

Top Contributors

[![KaanTanis](https://avatars.githubusercontent.com/u/64961969?v=4)](https://github.com/KaanTanis "KaanTanis (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (14 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

filamentadminfilamentphplaravellaravel-frameworklaravelfilamentlaravel-filamentfilament-password-confirmationKaanTanis

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kaantanis-filament-password-confirmation/health.svg)

```
[![Health](https://phpackages.com/badges/kaantanis-filament-password-confirmation/health.svg)](https://phpackages.com/packages/kaantanis-filament-password-confirmation)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.9M53](/packages/jeffgreco13-filament-breezy)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17758.9k2](/packages/stephenjude-filament-jetstream)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

2191.1M10](/packages/dutchcodingcompany-filament-socialite)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84192.9k8](/packages/stephenjude-filament-two-factor-authentication)[stephenjude/filament-debugger

About

104150.5k2](/packages/stephenjude-filament-debugger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
