Egg-Release-Authorize
view release on metacpan or search on metacpan
lib/Egg/Model/Auth/Crypt/CBC.pm view on Meta::CPAN
And, please set 'cipher' and 'key' used when the password in the attestation
data is encrypted in 'crypt_cbc'.
Additionally, all set content extends to Crypt::CBC.
=head1 METHODS
=head2 password_check ([CRYPT_PASSWORD], [INPUT_PAWWORD])
CRYPT_PASSWORD is decoded and whether it agrees is confirmed with INPUT_PAWWORD.
=head2 create_password ([PLAIN_PASSWORD])
PLAIN_PASSWORD is encrypted.
=head1 SEE ALSO
L<Egg::Release>,
L<Egg::Model::Auth>,
L<Egg::Model::Auth::Base::API>,
lib/Egg/Model/Auth/Plugin/Keep.pm view on Meta::CPAN
...........
},
);
__PACKAGE__->setup_plugin(qw/ Keep /);
__PACKAGE__->setup_session('SessionKit');
=head1 DESCRIPTION
The attestation session to which the code that can be decoded to Cookie is set
and the session cut is revived. As a result, the attestation is maintained to
perpetuity.
'plugin_keep' is set to the configuration to use it, and 'Keep' is included in
the list of 'setup_session' method.
__PACKAGE__->setup_plugin(qw/ Keep /);
It and the session component are needed.
( run in 0.364 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )