Remove Authen::TypeKey borkedness warning
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / lib / Catalyst / Plugin / Authentication / Credential / TypeKey.pm
index b07eae6..27255b3 100644 (file)
@@ -10,7 +10,7 @@ use NEXT;
 use UNIVERSAL::require;
 use Scalar::Util ();
 
-our $VERSION = '0.1';
+our $VERSION = '0.2';
 
 sub setup {
     my $c = shift;
@@ -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
@@ -166,13 +147,13 @@ L<Catalyst::Plugin::Authentication>.
 
 =head1 METHODS
 
-=item authenticate_typekey %parameters
+=head3 authenticate_typekey %parameters
 
-=item authenticate_typekey
+=head3 authenticate_typekey
 
-=item EXTENDED METHODS
+=head3 EXTENDED METHODS
 
-=item setup
+=head3 setup
 
 Fills the config with defaults.