Skip to content

Version 2.5.1 of laravel-two-factor-authentication

Compare
Choose a tag to compare
@michaeldzjap michaeldzjap released this 13 Sep 16:22
· 49 commits to master since this release

Changed

  • It is now possible to use a custom User model if you wish. Instead of specifying properties of the User model 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.