Download the PHP package visanduma/nova-two-factor without Composer
On this page you can find all versions of the php package visanduma/nova-two-factor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
visanduma/nova-two-factor
Rate from 1 - 5
Rated 4.87 based on 15 reviews
Rated 4.87 based on 15 reviews
Informations about the package nova-two-factor
Nova-Two-Factor
Laravel nova in-dashboard 2FA security feature.
What's New
v2.2.14
- Fixed offline QRCode display issue
v2.2.3
- Fixed foreign key issue (need to run migration)
- Translation fixes
v2.2.2
- Clear option for current Two FA settings
v2.2.0
- Reauthorize any routes using 2FA Prompt dialog.
Interface
Setup 2FA
Enable/Disable feature
Nova login screen with 2FA security
Reauthorize any route using 2FA prompt
Install the package
composer require visanduma/nova-two-factor
- Pubish config & migration
php artisan vendor:publish --provider="Visanduma\NovaTwoFactor\ToolServiceProvider"
Change configs as your needs
-
Use ProtectWith2FA trait in configured model
-
Add TwoFa middleware to nova config file
-
Register NovaTwoFactor tool in Nova Service Provider
- Run
php artisan migrate
- You are done !
All versions of nova-two-factor with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
bacon/bacon-qr-code Version ^2.0
pragmarx/google2fa-laravel Version ^2.0
laravel/nova Version ^4.0
bacon/bacon-qr-code Version ^2.0
pragmarx/google2fa-laravel Version ^2.0
laravel/nova Version ^4.0
The package visanduma/nova-two-factor contains the following files
Loading the files please wait ....