Catalyst-Authentication-Realm-Adaptor

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


VERSION
    Version 0.02

SYNOPSIS
    The Catalyst::Authentication::Realm::Adaptor allows for modification of
    authentication parameters within the catalyst application. It's
    basically a filter used to adjust authentication parameters globally
    within the application or to adjust user retrieval parameters provided
    by the credential in order to be compatible with a different store. It
    provides for better control over interaction between credentials and
    stores. This is particularly useful when working with external
    authentication such as OpenID or OAuth.

     __PACKAGE__->config(
        'Plugin::Authentication' => {
                'default' => {
                    class => 'Adaptor'
                    credential => {
                        class => 'Password',
                        password_field => 'secret',

lib/Catalyst/Authentication/Realm/Adaptor.pm  view on Meta::CPAN

}


=head1 SYNOPSIS

The Catalyst::Authentication::Realm::Adaptor allows for modification of
authentication parameters within the catalyst application. It's basically a
filter used to adjust authentication parameters globally within the
application or to adjust user retrieval parameters provided by the credential
in order to be compatible with a different store. It provides for better
control over interaction between credentials and stores. This is particularly
useful when working with external authentication such as OpenID or OAuth.

 __PACKAGE__->config(
    'Plugin::Authentication' => {
            'default' => {
                class => 'Adaptor'
                credential => {
                    class => 'Password',
                    password_field => 'secret',
                    password_type  => 'hashed',



( run in 0.265 second using v1.01-cache-2.11-cpan-4d50c553e7e )