Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm floundering at trying to write a Store module for CAP::Plugin::Authentication to work with a CAS (Yale's Central Authentication Service) auth backend. I successfully use AuthCAS.pm in ordinary CGI apps, but have been unsuccessful when trying to make it work with CGI::App. What would be really helpful are examples of Store modules to support ticket-based auth systems as mentioned in the pod.
  • Comment on ticket-based auth with CAP::Authentication::Store

Replies are listed 'Best First'.
Re: ticket-based auth with CAP::Authentication::Store
by Anonymous Monk on Feb 27, 2009 at 03:40 UTC
    What module is CAP::Plugin::Authentication?
      CGI::Application::Plugin::Authentication and I'm looking to write a Store module to extend CGI::Application::Plugin::Authentication::Store.