eusebiu / laravel-spark-google2fa
Google Authenticator support for Laravel Spark.
Installs: 27 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 86
Watchers: 6
Forks: 25
Open Issues: 2
Type:package
Requires
README
This package replaces the default two-factor authentication driver with Google Authenticator.
Installation
composer require eusebiu/laravel-spark-google2fa
php artisan vendor:publish --provider="Eusebiu\LaravelSparkGoogle2FA\Google2FAServiceProvider" --force
php artisan migrate
npm run dev
Customization
To change the display name in the authenticator app, add 2fa_name
in your SparkServiceProvider
file. By default vendor
or the app url is used.