Make auth configuration in the synopis actually work by including a default_realm...
Tomas Doran [Mon, 6 Oct 2008 17:46:02 +0000 (17:46 +0000)]
lib/Catalyst/Authentication/Credential/HTTP.pm

index 8765a43..2814830 100644 (file)
@@ -384,6 +384,7 @@ for Catalyst.
     /;
 
     __PACKAGE__->config( authentication => {
+        default_realm => 'example',
         realms => { 
             example => { 
                 credential => {