From: Yuval Kogman Date: Mon, 5 Dec 2005 11:47:42 +0000 (+0000) Subject: Remove Authen::TypeKey borkedness warning X-Git-Tag: v0.03~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git;a=commitdiff_plain;h=8140cf335f936968acd96871cbc2c26b39e71d7f Remove Authen::TypeKey borkedness warning --- diff --git a/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm b/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm index c3c4f7e..27255b3 100644 --- a/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm +++ b/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm @@ -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 with