Releases: kirchDev/laravel-device-sessions
Releases · kirchDev/laravel-device-sessions
v0.2.0
0.2.0 (2026-05-30)
Features
- add auth provider, middleware, listeners, Fortify bridge, and prune command (e729c85)
- add configuration and database migrations (8359171)
- add currentDevice helpers and centralize current-device resolution (4f8b3be)
- add device lifecycle actions and the DeviceTouched event (4110fa1)
- add models, enums, and key/session traits (557a0ed)
- add overridable contracts and default implementations (d6ac164)
- register the device-sessions service provider (ee432ff)
- support configurable remember-token expiry (526824d)
Performance
- bulk revoke-other-devices and chunked device pruning (b3c4b25)