v3.0.0 (2021-01-08)
Added
- PHP 8 Support.
Changed
- AuthTimeout now uses
carbon\carbon
to check and store timeout sessions.
Removed
- Removed
auth-timeout.redirect
in favor ofAuthTimeoutMiddleware::redirectTo()
.- If you are using this config key, we highly suggest to use
AuthTimeoutMiddleware::redirectTo()
as it provides much better flexibility.
- If you are using this config key, we highly suggest to use