catalystx-simplelogin
catalystx-simplelogin copied to clipboard
Remember me session checkbox could switch behaviour between session and persistent cookies
Right now it just alters the expiry date.
This might suggest it would be good to make this an extensibility point. If we extract it out to a separate method then alternative traits could be applied to allow the functionality to be customised. That could also allow other general functionality to be added as there is no simple 'login successful' extensibility hook right now.
This has been made extensible, but the suggested trait to change the behaviour hasn't been created yet.