I installed ZFCUser successfully. Now I wonder if there is a way to globally check for authentication.
ZFCUser
As outlined in the wiki there ar
You can use ZF2 module BjyAuthorize to block/allow access to pages based on user roles such as guest, user etc using controller guard, route guard etc
guest
user
controller guard
route guard