Skip to content

Releases: edalzell/laravel-passwordless-login

v2.0.1

31 Mar 05:02

Choose a tag to compare

🐛 Fixed

🧰 Maintenance

v2.0.0

26 Feb 02:03

Choose a tag to compare

🚀 New

🐛 Fixed

🧰 Maintenance

Laravel 12

12 Feb 21:20

Choose a tag to compare

Adds Laravel 12 support

Laravel 11

16 May 19:07

Choose a tag to compare

Adds Laravel 11 support

Laravel 10

10 Feb 21:29

Choose a tag to compare

1.9.0

Bump dependencies for Laravel 10

1.8.0

28 Apr 14:38

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

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

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

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

Choose a tag to compare

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