eusebiu / laravel-spark-google2fa
This package is abandoned and no longer maintained.
No replacement package was suggested.
Google Authenticator support for Laravel Spark.
Package info
github.com/cretueusebiu/laravel-spark-google2fa
Type:package
pkg:composer/eusebiu/laravel-spark-google2fa
3.0.0
2019-12-14 18:13 UTC
Requires
README
This package replaces the default two-factor authentication driver with Google Authenticator.
Installation
composer require eusebiu/laravel-spark-google2faphp artisan vendor:publish --provider="Eusebiu\LaravelSparkGoogle2FA\Google2FAServiceProvider" --forcephp artisan migratenpm 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.