Releases: grosv/laravel-passwordless-login
Releases · grosv/laravel-passwordless-login
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.
Replaces 401 with Exception
As discussed on Twitter an exception is now thrown when a signature is invalid or expired rather than just returning a 401 status.
PHP 8
Updated composer to allow for PHP8 and a couple other small tweaks.
Lots of little improvements
Some really good contributions that fixed a few bugs and improved the developer experience.