All notable changes to GoogleAuthenticator
will be documented in this file.
- Fixed bug in authentication check on role
- Added nullable to provider and provider_id columns
- Fixed readme for publishing migration and config
- Updated composer package illuminate/support for Laravel 6
- Added the config file
- Auto publish config file
- Added names for routes & use them in overwritten auth views
- Updated packages to work with laravel 6
- Cleaned up some code
- Added a way to change the redirect url after login
- Correct namespace class for Controller extend
- Added the values that need to be in the services.php class
- Changed Controller route namespacing
- Removed column from migration, should not have been there in the first place
- Added dependency for doctrine/dbal
- Fixed migration for users
- Changed the name of the migration file
- Typo in readme
- Made some fixes to the readme
- Removed unrelated string
- rework of the migration load in the ServiceProvider
- Everything