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

Auth_Driver::redirect to allow overwrite from any of Auth_Driver #63

Closed crynobone closed 13 years ago

crynobone commented 13 years ago

Requested by @mknx

crynobone commented 13 years ago

You can actually use \Config::set('app.auth._route_.after_login', 'new_path'); to change a config value per that request. Value will be reset to default once the request is completed