cakephp-tinyauth
cakephp-tinyauth copied to clipboard
CookieAuth / RememberMe functionality
We should revive/restore the good old remember me cookie solution as additional adapter for longer session duration where possible. Maybe https://github.com/cakephp/authentication/blob/3.x/src/Authenticator/CookieAuthenticator.php#L77-L78 can be ported, otherwise sth similar to https://github.com/nojimage/cakephp-remember-me => https://github.com/nojimage/cakephp-remember-me/blob/0f5c4b2f636802f5e0831586cccd417d51fb21ba/src/Auth/CookieAuthenticate.php ?
Anyone interested in trying this?