承接 kaantanis/filament-password-confirmation 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kaantanis/filament-password-confirmation

最新稳定版本:v1.0.3

Composer 安装命令:

composer require kaantanis/filament-password-confirmation

包简介

Filament Password Confirmation

README 文档

README

Filament Password Confirmation

Art

Screenshot

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

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

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

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

Configuration

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

'timeout' => 10800 // 3 hours

Changelog

Please see CHANGELOG for more information on what has changed recently.

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

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 939
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固