All notable changes to laravel-2fa
will be documented in this file.
- Support laravel 10
- Support laravel 9
- Changed way of matching redirect
- Possibility for users to change their 2fa (thanks to @niekBr)
- Allowed php 8.0
- changed namespace to correct names
- Change redirect url to include query string
- Fixed a bug
- Configuration option for required 2fa
- support for laravel 8
- added bootstrap 3 views, default is still bootstrap 4
- registers @error and @enderror blade directives if laravel version is < 5.8.13
- change how migrations work / are published
- fixed view publishing bug
- removed old() from provide & setup token views
- fixed input types of provide & setup token views
newOtp
function ofTraits\SharedMethods
has a changed signature, now including the issuer which defaults to the app.name config value- make issuer configurable and label a property on the user model
- Configuration option
allowed-routes
for default allowed routes (eg. logout) - Configuration options
[setup|provide]-default-redirect
to make default redirect locations customizable
- Support for laravel 7
- Everything