Catalyst-Authentication-Credential-OAuth

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

VERSION
    0.02

SYNOPSIS
    In MyApp.pm

        use Catalyst qw/
            Authentication
            Session
            Session::Store::FastMmap
            Session::State::Cookie
        /;

    In myapp.conf

        <Plugin::Authentication>
            default_realm   oauth
            <realms>
                <oauth>
                    <credential>
                        class       OAuth

lib/Catalyst/Authentication/Credential/OAuth.pm  view on Meta::CPAN

0.02

=head1 SYNOPSIS

In MyApp.pm

    use Catalyst qw/
        Authentication
        Session
        Session::Store::FastMmap
        Session::State::Cookie
    /;


In myapp.conf

    <Plugin::Authentication>
        default_realm	oauth
        <realms>
            <oauth>
                <credential>



( run in 0.537 second using v1.01-cache-2.11-cpan-e9199f4ba4c )