Access service provider has grown from just authentication to :
- Authentication
- Acl
- AgentCheck
- IpFilter (currently part of apps, but will be moved under access)
In order to access Auth, we use $this->auth. After we move to access auth can be accessed via $this->access->auth and so on.