Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cretueusebiu/laravel-spark-google2fa
Google Authenticator support for Laravel Spark
https://github.com/cretueusebiu/laravel-spark-google2fa
authenticator laravel laravel-spark php spark
Last synced: 2 months ago
JSON representation
Google Authenticator support for Laravel Spark
- Host: GitHub
- URL: https://github.com/cretueusebiu/laravel-spark-google2fa
- Owner: cretueusebiu
- License: mit
- Archived: true
- Created: 2016-04-18T18:18:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T09:13:33.000Z (over 4 years ago)
- Last Synced: 2024-11-08T04:41:34.840Z (3 months ago)
- Topics: authenticator, laravel, laravel-spark, php, spark
- Language: PHP
- Homepage: https://packagist.org/packages/eusebiu/laravel-spark-google2fa
- Size: 34.2 KB
- Stars: 87
- Watchers: 7
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Authenticator for Laravel Spark 9
This package replaces the default two-factor authentication driver with [Google Authenticator](https://support.google.com/accounts/answer/1066447?hl=en).
![Demo](http://i.imgur.com/WQKx5nS.gif)
## 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.