schooldesk/schooldesk-twofactor

SchoolDesk 的双因素认证支持

3.7 2023-11-28 04:46 UTC

This package is auto-updated.

Last update: 2024-09-28 06:39:32 UTC


README

要使用 Laravel 双因素认证。

发布供应商文件

php artisan vendor:publish --provider="Northfire\TwoFactor\TwoFactorServiceProvider"

运行迁移

php artisan migrate

将其添加到你的路由中间件

'twofactor' => \App\Http\Middleware\TwoFactor::class,