X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=2719cc43912d4b2923995cb99ae26b4e42239835;hp=46b061c7a605081a3af6a466b80d309d8d87025b;hb=5edc2aaeb0c2dd02f1418b8e20c8a610d3779e29;hpb=5e6026272f809951ac22fae43b73d2c1dc79c7fc diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 46b061c..2719cc4 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -350,12 +350,14 @@ Edit C and update it as follows (everything below C is The three C plugins work together to support Authentication while the C plugins are required to maintain state across multiple HTTP requests. Note that there are several -options for L +options for L (L is generally a good choice if you are on Unix; try -L if you are on -Win32) -- consult L and -its subclasses for additional information. +L if you +are on Win32) -- consult +L and its subclasses +for additional information and options (for example to use a +database-backed session store). =head2 Configure Authentication @@ -634,6 +636,7 @@ lines to the bottom of the file: TT code, it's probably a little too subtle for use in "normal" comments. %] +

Although most of the code is comments, the middle few lines provide a "you are already logged in" reminder if the user returns to the login @@ -869,7 +872,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006, Kennedy Clark, under Creative Commons License (L).