Easy HTTP Authentication using CakePHP 1.2
CakePHP 1.2 has HTTP basic authentication added to Security component which can be added to the controller using the following line in code in the following line of code var $components = array(‘Security’,); To use the HTTP basic authentication you … Continue reading