Skip to content

v3.0.0 (2021-01-08)

Compare
Choose a tag to compare
@juliomotol juliomotol released this 07 Jan 18:32
· 59 commits to master since this release

Added

  • PHP 8 Support.

Changed

  • AuthTimeout now uses carbon\carbon to check and store timeout sessions.

Removed

  • Removed auth-timeout.redirect in favor of AuthTimeoutMiddleware::redirectTo().
    • If you are using this config key, we highly suggest to use AuthTimeoutMiddleware::redirectTo() as it provides much better flexibility.