CodeIgniter Forums
How to integrate tank_auth into my app? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: How to integrate tank_auth into my app? (/showthread.php?tid=48949)



How to integrate tank_auth into my app? - El Forum - 02-02-2012

[eluser]felix_[/eluser]
Hey,
I'm in the planning phase of a new webapp.
I want to use tank auth for my authentification stuff.
I basically have two different kinds of users - customers & consultants
The auth system should be the same for both kinds of users.

In both tables I already have fields like username, email and stuff like this... is there a useable way how to integrate tank auth into my existing entities or will it be easier to implement the needed features myself?