Releases: edalzell/laravel-passwordless-login
Releases · edalzell/laravel-passwordless-login
v2.0.1
v2.0.0
🚀 New
- Laravel 13.x Compatibility @laravel-shift (#117)
- Drop support for Laravel 6, 7, 8, 9, 10 @edalzell (#116)
🐛 Fixed
- Ensure
login_route_expiresis an int @edalzell (#118) - Fix unit tests @DavidGoodwin (#111)
🧰 Maintenance
- Add useful GH actions @edalzell (#115)
- Improve README @szepeviktor (#86)
- Improve PasswordlessLogin trait @szepeviktor (#90)
- Remove useless property from LoginUrl @szepeviktor (#89)
- Improve PasswordlessLoginService @szepeviktor (#87)
Laravel 12
Adds Laravel 12 support
Laravel 11
Adds Laravel 11 support
Laravel 10
1.9.0 Bump dependencies for Laravel 10
1.8.0
- Fixed a bug in which the the redirect after login url was ignored in favor of the default Laravel redirect on authenticated url
- Middleware now defined in the configuration file
Patch guest middleware
Replaced guest middleware to ensure that the redirect url is honored if an alread logged in user hits a link that includes it.
Laravel 9
- Made ready for Laravel 9
- Changed from Chipper CI to GitHub Actions
- Added guest middleware to login controller
Multiple guards & authenticatable
- Add support for multiple guards (now should work with Sanctum)
- Finish supporting Authenticable
Fix breaking change
1.5.0 introduced a breaking change. This patch fixes that, making it fully backward compatible.