X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=f3f0f126f40c29f5773fe69728c20e49567e5a52;hp=5e0efbfed1b6ad838be5710ffdeb5621f76bc0c4;hb=24acc5d75bb4208eeef4d1bad0974f0fd5893454;hpb=b1b6582a2c886a0ae462b778150b2d2a358e1fd9 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 5e0efbf..f3f0f12 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -864,6 +864,8 @@ C to the list of plugins: ConfigLoader Static::Simple + StackTrace + Authentication Session @@ -952,6 +954,10 @@ token, it is ignored -- thereby keeping the state of our status/error messages in sync with the users actions). +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C