CodeIgniter Forums
How to make CodeIgniter login secure - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How to make CodeIgniter login secure (/showthread.php?tid=1371)



How to make CodeIgniter login secure - alexandervj - 03-04-2015

I have a corporate administration/applications site on our subdomain built with CodeIgniter but we want to add some apps that require a good amount of security. What are the best practices and ways to secure a site like this with CodeIgniter?


RE: How to make CodeIgniter login secure - juggernautsei - 03-05-2015

Can you describe the kind of security that you would like to protect your apps?

This to opened of a question regarding security. CI has basic security built in but to what extent do you need security. Do you have an SSL setup on your server? Do you have encryption on the files/apps that you are trying to safeguard?