Skip to content

Releases: grosv/laravel-passwordless-login

Laravel 10

10 Feb 21:29
Compare
Choose a tag to compare
1.9.0

Bump dependencies for Laravel 10

1.8.0

28 Apr 14:38
Compare
Choose a tag to compare
  • 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

14 Feb 20:50
Compare
Choose a tag to compare

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

16 Jan 21:25
Compare
Choose a tag to compare
  • Made ready for Laravel 9
  • Changed from Chipper CI to GitHub Actions
  • Added guest middleware to login controller

Multiple guards & authenticatable

11 Feb 17:27
Compare
Choose a tag to compare
  • Add support for multiple guards (now should work with Sanctum)
  • Finish supporting Authenticable

Fix breaking change

13 Jan 17:27
bc25e7b
Compare
Choose a tag to compare

1.5.0 introduced a breaking change. This patch fixes that, making it fully backward compatible.

Replaces 401 with Exception

12 Jan 14:56
Compare
Choose a tag to compare

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

03 Jan 07:14
Compare
Choose a tag to compare

Updated composer to allow for PHP8 and a couple other small tweaks.

Lots of little improvements

06 Dec 06:37
Compare
Choose a tag to compare

Some really good contributions that fixed a few bugs and improved the developer experience.

Laravel 8

07 Sep 23:21
3680d7e
Compare
Choose a tag to compare

Ready for Laravel 8