Download the PHP package cube-agency/nova-google2fa without Composer
On this page you can find all versions of the php package cube-agency/nova-google2fa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cube-agency/nova-google2fa
More information about cube-agency/nova-google2fa
Files in cube-agency/nova-google2fa
Download cube-agency/nova-google2fa
More information about cube-agency/nova-google2fa
Files in cube-agency/nova-google2fa
Vendor cube-agency
Package nova-google2fa
Short Description This package provides Google2FA to Laravel Nova.
License MIT
Package nova-google2fa
Short Description This package provides Google2FA to Laravel Nova.
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-google2fa
cube-agency/nova-google2fa
This package enforces 2FA for Laravel Nova.
Flow
Activation
- User gets recovery codes.
- User activates 2FA on his device.
Verification
- User verifies login with 2FA.
Recovery
- If user enters invalid code, recovery button is shown.
- User enters recovery code.
- User is logged in and can choose to reset two-factor auth via their Nova user resource.
- Add ability for User to reset their two-factor auth
Installation
Install via composer
Publish config and migrations
Run migrations
Note: Make sure you adjust config values according to your project before running migrations to avoid errors.
Use trait within your User model to add 2FA relation
or
Add relation to User model manually
Add middleware to nova.config
.
Config
All versions of nova-google2fa with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1.0
bacon/bacon-qr-code Version ^2.0
pragmarx/google2fa-laravel Version ^2.0
pragmarx/recovery Version ^0.2
bacon/bacon-qr-code Version ^2.0
pragmarx/google2fa-laravel Version ^2.0
pragmarx/recovery Version ^0.2
The package cube-agency/nova-google2fa contains the following files
Loading the files please wait ....