codenitive / fuel-hybrid

A collection of classes to help your code hotter than before
http://codenitive.github.com/fuel-hybrid
MIT License
19 stars 3 forks source link

Allow to set Cookie timeout/Remember me for \Hybrid\Auth #111

Closed crynobone closed 13 years ago

crynobone commented 13 years ago

Would be nice if we can allow remember me using such as:

\Hybrid\Auth::instance('user')->remember_me(true);

or

\Hybrid\Auth::instance('user')->login($username, $password, $remember_me);

And at the same time have few default in config/autho.php