php - Can I use CodeIgniter form validation class to log a user in -


i know how write custom form validation's codeigniter , considering writing login validation function form validation call function. theory is easy way use codeigniter form validation class feedback user login failed.

i can't see wrong , work there inherently bad in approach? add potential weakness in security of web apps login?

you can surely use codeigniter's form validation library purpose.

however, advise against writing own authentication system , use existing 1 such tank auth or ion auth.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -