Catalyst::Authentication::Store::Crowd

Authentication Store with Crowd REST service
Download

Catalyst::Authentication::Store::Crowd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Keerati Thiwanruk
  • Publisher web site:
  • http://search.cpan.org/~keekung/

Catalyst::Authentication::Store::Crowd Tags


Catalyst::Authentication::Store::Crowd Description

Catalyst::Authentication::Store::Crowd is a Perl module that provides as authentication store with Crowd REST service.SYNOPSIS use Catalyst qw/ Authentication /; __PACKAGE__->config( authentication => { default_realm => 'crowd', realms => { crowd => { credential => { class => 'Crowd', service_url => 'http://yourcrowdservice.url/authentication, app => { app_name => 'your_crowd_app_name', password => 'password_for_app_name', } }, store => { class => 'Crowd', service_url => 'http://yourcrowdservice.url/user, app => { app_name => 'your_crowd_app_name', password => 'password_for_app_name', } } }, } });Product's homepage


Catalyst::Authentication::Store::Crowd Related Software