Added $PARAMETERS to all C::P::Authenticate plugins
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / lib / Catalyst / Plugin / Authenticate / TypeKey.pm
index 86d91ab..0466571 100644 (file)
@@ -7,6 +7,14 @@ use File::Spec;
 
 our $VERSION = '0.1';
 
+our $PARAMETERS = qw[
+    email
+    name
+    nick
+    ts
+    sig
+];
+
 sub authenticate_typekey {
     my ( $c, $email, $name, $nick, $ts, $sig, $options ) = @_;