I'm from the school of thought that .htaccess security is better than any php based login system. Currently, I'm building some software that could potentially be self hosted by users.
This script already has a mysql database so adding a login system would not be much additional effort on my part, however, I'm considering intentionally leaving the login system out to force users to protect via .htaccess as I feel it's more secure.
I'm hoping you can help me out with some advantages/disadvantages of each.
This script already has a mysql database so adding a login system would not be much additional effort on my part, however, I'm considering intentionally leaving the login system out to force users to protect via .htaccess as I feel it's more secure.
I'm hoping you can help me out with some advantages/disadvantages of each.