Group
Extension

Matches 1

Catalyst-Authentication-Store-Crowd ( K/KE/KEEKUNG/Catalyst-Authentication-Store-Crowd-0.04.tar.gz, KEEKUNG, 2012; MetaCPAN )
Catalyst-Authentication-Store-Crowd/lib/Catalyst/Authentication/Store/Crowd.pm ( view source; MetaCPAN )
rowd;

our $VERSION = 0.04;

use warnings;
use Moose;

use LWP::UserAgent;
use HTTP::Request;
use JSON;

use Catalyst::Authentication::Store::Crowd::User;

has 'find_user_url' => (
    is => 'ro',
   
t_user( $info->{username} );
    if ( $response->is_success ){
        my $crowd_user_info = from_json( $response->decoded_content );
        return Catalyst::Authentication::Store::Crowd::User->new({
>app->{app_name},
        $self->app->{password}
    );
    $req->header('Accept' => 'application/json');

    my $response = $ua->request( $req );
    return $response;
}

1;

__END__

=head1 NAME

C

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.