Turn off site-wide password protection for single controller
Hello there,
is there a way (using Hooks maybe?) to disable the site-wise password protection on a per-controller basis, thus overriding what's being set by
/fuel/modules/fuel/fuel.php -> $config['dev_password']
In practice I need to disable password protection for my /feed controller – and I'm wondering if there's a way to do so by possibly implementing a few controller hooks ?
Thanks a lot.
P
Comments
Perhaps you create your own Hook that does something similar to that and excludes the password protected in areas where you need to.