Add "next chapter" links to the bottom of each page (RT #62171)
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 05_Authentication.pod
index 15455c6..f3f0f12 100644 (file)
@@ -63,8 +63,9 @@ L<Chapter 6|Catalyst::Manual::Tutorial::06_Authorization>).
 This chapter of the tutorial is divided into two main sections: 1)
 basic, cleartext authentication and 2) hash-based authentication.
 
-You can checkout the source code for this example from the catalyst
-subversion repository as per the instructions in
+Source code for the tutorial in included in the F</root/Final> directory
+of the Tutorial Virtual machine (one subdirectory per chapter).  There
+are also instructions for downloading the code in
 L<Catalyst::Manual::Tutorial::01_Intro>.
 
 
@@ -863,6 +864,8 @@ C<StatusMessage> to the list of plugins:
         ConfigLoader
         Static::Simple
     
+        StackTrace
+    
         Authentication
     
         Session
@@ -951,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<Authorization|Catalyst::Manual::Tutorial::06_Authorization>
+
+
 =head1 AUTHOR
 
 Kennedy Clark, C<hkclark@gmail.com>