Hello! > I want to make one path in my app password protected, and a very simple > way will be fine. Also, while in development, I want to make the whole > think password protected. > > I thought I'd just use .htaccess. But, since this isn't really an > appache directory (except for static files), where would I put this > information?
You could use: Catalyst::Authentication::Credential::HTTP Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - [email protected] Skype: arthas77 - Twitter: _arthas _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
