X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FHTTP.pm;h=49e2a23238ab6fbe777c6a1e2bf99aa2cce66422;hb=05512a6983c245f2a23f76a55561e6d6de2c7bb2;hp=806f355c18998fcf3d157f5bc04fb1661e21279a;hpb=031f556c9ad2c64f19b6feb03e65924d41dfafba;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index 806f355..49e2a23 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -477,15 +477,9 @@ The %auth_info hash can contain a number of keys which control the authenticatio Sets the HTTP authentication realm presented to the client. Note this does not alter the Catalyst::Authentication::Realm object used for the authentication. -=item password_type - -The type of password returned by the user object. Same useage as in -L +=item domain -=item password_field - -The name of accessor used to retrieve the value of the password field from the user object. Same useage as in -L +Array reference to domains used to build the authorization headers. =back @@ -525,7 +519,7 @@ All configuration is stored in C<< YourApp->config(authentication => { yourrealm This should be a hash, and it can contain the following entries: -=over 4 +=over =item type @@ -538,6 +532,21 @@ not the "manual" methods. Set this to a string to override the default body content "Authorization required.", or set to undef to suppress body content being generated. +=item password_type + +The type of password returned by the user object. Same useage as in +L + +=item password_field + +The name of accessor used to retrieve the value of the password field from the user object. Same useage as in +L + +=item use_uri_for + +If this configuration key has a true value, then the domain(s) for the authorization header will be +run through $c->uri_for() + =back =head1 RESTRICTIONS