Skip to content

v4.0.0

Compare
Choose a tag to compare
@juliomotol juliomotol released this 16 Feb 14:49
· 25 commits to master since this release

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's reset() method and will be remove on a future release. Use hit() instead.
    • The same change applies to JulioMotol\AuthTimeout\Facade\AuthTimeout and JulioMotol\AuthTimeout\Facade\AuthTimeout
  • Renamed JulioMotol\AuthTimeout\Events\AuthTimeoutEvent to JulioMotol\AuthTimeout\Events\AuthTimedOut.
  • Renamed JulioMotol\AuthTimeout\Middleware\AuthTimeoutMiddleware to 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