All Projects → cretueusebiu → Laravel Spark Google2fa

cretueusebiu / Laravel Spark Google2fa

Licence: mit
Google Authenticator support for Laravel Spark

Projects that are alternatives of or similar to Laravel Spark Google2fa

Rabbitevents
Nuwber's events provide a simple observer implementation, allowing you to listen for various events that occur in your current and another application. For example, if you need to react to some event published from another API.
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Bigbluebutton
Package that provides easily communicate between bigbluebutton server and laravel framework
Stars: ✭ 85 (-1.16%)
Mutual labels:  laravel
Tall Dashboard
Tailwind CSS + AlpineJS + Laravel + Livewire dashboard (WIP)
Stars: ✭ 83 (-3.49%)
Mutual labels:  laravel
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Laravel Schedule List
Laravel package to add command to list all scheduled artisan commands
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Laravel Fb Messenger
Laravel Facebook Messenger Provider
Stars: ✭ 85 (-1.16%)
Mutual labels:  laravel
Laravel Ajax Crud
🧐 The Ultimate Guide For Creating Laravel CRUD AJAX Application using Laravel 5.8, Vue 2, Tailwindcss, Vue-router, and Axios
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Cuesheet
A framework for writing Spark 2.x applications in a pretty way
Stars: ✭ 86 (+0%)
Mutual labels:  spark
Weixin
[READ ONLY] Subtree split of the SocialiteProviders/Weixin Provider (see SocialiteProviders/Providers)
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-1.16%)
Mutual labels:  laravel
Embedding Reference Apps
Reference applications for common web frameworks showing how to embed Metabase charts
Stars: ✭ 83 (-3.49%)
Mutual labels:  laravel
Hops Examples
Examples for Deep Learning/Feature Store/Spark/Flink/Hive/Kafka jobs and Jupyter notebooks on Hops
Stars: ✭ 84 (-2.33%)
Mutual labels:  spark
Flint
Webex Bot SDK for Node.js (deprecated in favor of https://github.com/webex/webex-bot-node-framework)
Stars: ✭ 85 (-1.16%)
Mutual labels:  spark
Voyager Zh
㊙️voyager 的中文汉化版 基于laravel 的管理后台 权限控制,菜单,数据库手脚架,长期更新
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Dingtalk Exception
Laravel/Lumen exception notify through DingTalk
Stars: ✭ 86 (+0%)
Mutual labels:  laravel
Awesome Laravel Zero
👋 START HERE! A curated list of Laravel Zero libraries, resources and projects
Stars: ✭ 84 (-2.33%)
Mutual labels:  laravel
Circleci Demo Php Laravel
Example CircleCI project using PHP and Laravel
Stars: ✭ 85 (-1.16%)
Mutual labels:  laravel
Laravel 5 Myblog
The php blog writed by laravel5.1
Stars: ✭ 86 (+0%)
Mutual labels:  laravel
Laravel Api Starter
laravel5.5 + dingo/api + JWT
Stars: ✭ 85 (-1.16%)
Mutual labels:  laravel
Rating
rating system for laravel 5
Stars: ✭ 85 (-1.16%)
Mutual labels:  laravel

Google Authenticator for Laravel Spark 9

This package replaces the default two-factor authentication driver with Google Authenticator.

Demo

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].