silverstripe / silverstripe-session-manager

Allow users to manage and revoke access to multiple login sessions across devices.
BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

ENH Update folders + namespaces, remove unused class #74

Closed emteknetnz closed 3 years ago

emteknetnz commented 3 years ago

Issue https://github.com/silverstripe/silverstripe-session-manager/issues/42

emteknetnz commented 3 years ago

@bergice you probably need to run composer update - basically you want to be runing 4.8 on your local - there was new API added to framework RememberLoginHash::setLogoutAcrossDevices() and the requirement withing session-manager was bumped to "silverstripe/framework": "^4.8",

The new API was added specifically so we did not run RememberLoginHash::config()->update('logout_across_devices', false) which is messy as you're changing a framework config directly from a satellite module