Kester Hynds
Member
I have created a custom route as follows:-
I have created the add-on package and appropriate class which currently looks like a bit like this:-
The route seems to resolve OK when logged in but when accessing the site as a non-authenticated (guest) user I end up with a login prompt...
What do I need to change here?
I have created the add-on package and appropriate class which currently looks like a bit like this:-
Code:
namespace IPSE\Authenticate\Pub\Controller;
class Authenticate extends \XF\Pub\Controller\AbstractController {
public function actionAuthenticate() {
// Do stuff
}
}
The route seems to resolve OK when logged in but when accessing the site as a non-authenticated (guest) user I end up with a login prompt...
What do I need to change here?
Last edited: