January 2009
MonTueWedThuFriSatSun
« Nov Feb »
 1234
567891011
12131415161718
19202122232425
262728293031 

Month January 2009

HTTP basic authentication in CakePHP with users from database

This is a few lines of code and explanations explaining how to get HTTP Auth to check against your normal users table.
Intended audience:
• You want to provide a protected RSS feed.
• You want to provide a protected API.