Catalyst-Authentication-Credential-OAuth

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
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.317 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )