I actually Have 3 user Groups say,
- Client
- Admin
- Staff
Each of these groups should have an Authentication Service callable from any other module in my application. Just to ensure i give each group relevant data in the app and ofcourse it should be Factory driven DI.
My challenge is
- Creating multiple Authentication Services
- Creating a custom storage interface and initiate Authentication Check from that specific Authentication Service.
This solution Problem in using the Identity Helper however does not explain further on implementing the identity Plugin which i believer would make the authentication validation easier.