[eluser]RecoilUK[/eluser]
Hi guys
At the moment, i,m designing an Auth library for CI, and I would like your thoughts and suggestions on this idea, and maybe we could design it as a colobarative effort from and for, the user community.
So, I have designed a basic database schema, which is basically role based authentication.
The access_objects table is designed to hold information to anything that requires authentication in the form of controller methods.
news
news/post
news/edit
news/delete
etc
the access_roles table is to allow for easy grouping of a set of roles, to enable you to quickly add these to a user through the access_groups table.
But is this enough control?
Look forward to your views.