Hi,
Our requirement is as follows
1)bypass piwik authentication and use our custom authentication (the reason being we have to integrate piwik app within our app-iframe include). Our application would drop a user cookie and upon its expiry, when user clicks any of the chart , user should be directed to our custom login page
2)we are aware that piwik authenticates, sets following info in cookie login/authtoken and also checks for its expiry
3)also we want our authentication to be a separate module from re usability perspective. We don’t want our auth code to go in to controller.php/index.php. The reason being if piwik were to be upgraded the code has to be retyped, as well as other projects would like to reuse our auth module
Please point us to the right direction to address the requirements stated above. We are completely new to Piwik style_emoticons/<#EMO_DIR#>/rolleyes.gif
Thanks