All notable changes to Laravel Silent Authentication
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.1 (2019-10-23)
- Allow
5.8.*
and^6.0
ofilluminate/auth
- Added config file that allows people to customize/disable the default scaffholding
- Added
SessionGuard
that extends the original class but uses theSilentAuthentication
trait - Added
SilentAuthentication
trait which will contain the methods to silently authenticate users