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
Changed
- Laravel 5.8 has changed the type signature of the
idcolumn on theuserstable. 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.
unsignedBigIntegerorunsignedInteger) to use for theuser_idcolumn on thetwo_factor_authstable. See this for more information.