CodeIgniter Forums
Authentication? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Authentication? (/showthread.php?tid=22949)



Authentication? - El Forum - 09-24-2009

[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.