Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Version 2.3.0 of laravel-two-factor-authentication

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

Changed

  • Laravel 5.8 has changed the type signature of the id column on the users table. To learn what this means in terms of using this package, please see this.

Features

  • Support for Laravel 5.8 has been added.
  • A new config option "big_int" has been added. Use this option to select which type (i.e. unsignedBigInteger or unsignedInteger) to use for the user_id column on the two_factor_auths table. See this for more information.