X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FPlugins.pod;h=0b21a17626a84a68b4d330e684a07f38407b989c;hp=5ce9609dac3446f15b7652b27e0d16288b90386d;hb=58193af568ad0958d27b749beb2760aa4c385daf;hpb=ed4d8e9d18685771b448634029358fc1cc5f4acc diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 5ce9609..0b21a17 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -47,7 +47,7 @@ recommended way to do any form of Authentication. =head2 L L is a plugin which -implements WSSE and Basic authentication for Catalyst applications using +implements WSSE and Basic authentication for Catalyst applications using L =head2 L @@ -68,7 +68,7 @@ Implements HTTP Basic authentication for Catalyst. =head2 L -Takes a username (or userid) and a password, and tries various methods of +Takes a username (or userid) and a password, and tries various methods of comparing a password based on what the chosen store's user objects support. Part of the Authentication Framework L. @@ -78,8 +78,8 @@ Integrates L with L. =head2 L -L is a plugin that implements -support for OpenID authentication. For more information on OpenID, take +L is a plugin that implements +support for OpenID authentication. For more information on OpenID, take a look at L. =head2 L @@ -88,12 +88,12 @@ The core authentication store documentation. =head2 L -Does authentication and authorization against a L or +Does authentication and authorization against a L or L model. =head2 L -Uses L to let your application use C<.htpasswd> files for its +Uses L to let your application use C<.htpasswd> files for its authentication storage. =head2 L @@ -104,24 +104,24 @@ Authenticates users using an LDAP server. =head2 L -Lets you create a very quick and dirty user database in your application's +Lets you create a very quick and dirty user database in your application's config hash. Great for getting up and running quickly. =head2 L -An easy authentication user object based on hashes. +An easy authentication user object based on hashes. See L for more info. =head2 L -This module provides Access Control List style path protection, with arbitrary -rules for L applications. It operates only on the Catalyst private +This module provides Access Control List style path protection, with arbitrary +rules for L applications. It operates only on the Catalyst private namespace, at least at the moment. =head2 L -L provides role based authorization -for Catalyst based on L. +L provides role based authorization +for Catalyst based on L. =head2 L @@ -157,6 +157,7 @@ enabling easy access to a shared cache. Provides a standard method for loading config files. Support exists for various formats. See +L L, L, L, @@ -372,10 +373,9 @@ Allows your Controller class to dispatch XMLRPC methods from its own class. =head1 CONTROLLERS -=head2 L +=head2 L -Lets you mark lexical variables with a C attribute, automatically -passing them to the stash. +Catalyst integration for . =head1 MODELS @@ -473,6 +473,11 @@ L. =head1 OBSOLETE MODULES +=head2 L + +Lets you mark lexical variables with a C attribute, automatically +passing them to the stash. Discouraged by the author. + =head2 L Replaced by L. @@ -517,7 +522,7 @@ Replaced by L =head2 Catalyst::Plugin::Session::* -The L, +The L, L, L, and L @@ -539,4 +544,3 @@ David Kamholz Edkamholz@cpan.orgE This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. -