catalystx-simplelogin icon indicating copy to clipboard operation
catalystx-simplelogin copied to clipboard

Remember me session checkbox could switch behaviour between session and persistent cookies

Open colinnewell opened this issue 10 years ago • 1 comments

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.

colinnewell avatar Jul 03 '15 11:07 colinnewell

This has been made extensible, but the suggested trait to change the behaviour hasn't been created yet.

colinnewell avatar Jul 09 '15 15:07 colinnewell