cretueusebiu / laravel-spark-google2fa

Google Authenticator support for Laravel Spark
https://packagist.org/packages/eusebiu/laravel-spark-google2fa
MIT License
87 stars 25 forks source link

Laravel 5.5 and Spark 5.03 - unable to make it work #26

Closed kiklop74 closed 4 years ago

kiklop74 commented 4 years ago

I followed all of your steps and 2fa appears in the user security profile tab. However I never get prompted to enter code form the authenticator during login. Is there anything else that needs to be done to make this work?

kiklop74 commented 4 years ago

Given that there is no response I will respond for anybody who my stumble upon this.

Spark 2FA controller was not activated because the default one was explicitly present in the web routes.

// This needs to be removed from routes/web.php
Auth::routes();