This repository was archived by the owner on Apr 19, 2025. It is now read-only.
Version 2.5.1 of laravel-two-factor-authentication
Changed
- It is now possible to use a custom
Usermodel if you wish. Instead of specifying properties of theUsermodel in the config file you now actually specify the model that should be used. This defaults to\App\User::class. This is somewhat of a breaking change in that you will have to modify your published config file. See the updated config file for reference.