Remove Authen::TypeKey borkedness warning
Yuval Kogman [Mon, 5 Dec 2005 11:47:42 +0000 (11:47 +0000)]
lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm

index c3c4f7e..27255b3 100644 (file)
@@ -140,25 +140,6 @@ for Catalyst.
                return 1;
        }
 
-=head1 TYPEKEY BROKED-NESS
-
-Please watch:
-
-       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Authen-TypeKey
-
-I could only get this to properly work with TypeKey version 1 (not 1.1).
-
-To get around this problem configure the plugin to use version 1:
-
-       __PACKAGE__->config(
-               authentication => {
-                       typekey => {
-                               version => 1,
-                               token => ..., # doesn't really matter in version 1
-                       },
-               },
-       );
-
 =head1 DESCRIPTION
 
 This module integrates L<Authen::TypeKey> with