v4.0.0
Laravel Auth Timeout has received a complete refresh. Please make sure to read through all the changes.
Added
- Support for Laravel 10.x.
- Added
event
in config.
Changed
- Deprecated
JulioMotol\AuthTimeout\Contracts\AuthTimeout
'sreset()
method and will be remove on a future release. Usehit()
instead.- The same change applies to
JulioMotol\AuthTimeout\Facade\AuthTimeout
andJulioMotol\AuthTimeout\Facade\AuthTimeout
- The same change applies to
- Renamed
toJulioMotol\AuthTimeout\Events\AuthTimeoutEvent
JulioMotol\AuthTimeout\Events\AuthTimedOut
. - Renamed
toJulioMotol\AuthTimeout\Middleware\AuthTimeoutMiddleware
JulioMotol\AuthTimeout\Middlewares\CheckAuthTimeout
. - Auth Timeout initialization has been moved by listening to the
Illuminate\Auth\Events\Login
.- This was previously initialized within the
JulioMotol\AuthTimeout\Middleware\AuthTimeoutMiddleware
- This was previously initialized within the