Releases: alajusticia/laravel-logins
Releases · alajusticia/laravel-logins
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
v1.1
RequestContext
now implementsArrayable
contract- Default notification now uses the array representation of
RequestContext
v1.0.1
Full Changelog: v1.0...v1.0.1
v1.0
First release 🎉