Releases: alajusticia/laravel-logins
Releases · alajusticia/laravel-logins
v1.3.2
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Update README + Fix version for laravel-expirable package in composer…
v1.3
Laravel 12 support
v1.2.6
Fix: Make sure the ´current_login´ attribute is immediately available after remembered login by checking session ID also on successful login event.
Thanks to @thomasakarlsen for rising this issue (#6)
v1.2.5
Fix for: Issues with sanctum token authentication
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- Fix $this being used instead of Auth:user() by @thomasakarlsen in #5
New Contributors
- @thomasakarlsen made their first contribution in #5
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
Add ability to disable tracking or notification for a model: notifyLogins and trackLogins properties added in HasLogins trait
v1.2.1
Fix command option declared twice
v1.2
Add --quiet option for install command