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=8c247262dfd5ef19116deba708c8abc01e97211b;hp=f554a434c5d8c3d2eaed9326b586f4d7f453206e;hb=2d0526d162eaee76807a5f7534820429c0395a03;hpb=be59772bd5bfc24b6518a82ef7d1ff7dd8d2651a diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index f554a43..8c24726 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -50,6 +50,16 @@ L =back +=head1 IMPORTANT NOTE + +Since this tutorial was written, there has been a new Authentication +API released (Catalyst::Plugin::Authentication version 0.1 and later). +Some of this tutorial does not work with this API, and requires +minimal changes. For an example application that uses the new API see +L. It +is recommended that you read this tutorial first, and then download +the source code linked above to understand the differences. + =head1 DESCRIPTION Now that we finally have a simple yet functional application, we can