Catalyst::ActionRole::RequireSSL - Force an action to be secure only.


Catalyst-ActionRole-RequireSSL documentation  | view source Contained in the Catalyst-ActionRole-RequireSSL distribution.

Index


NAME

Top

Catalyst::ActionRole::RequireSSL - Force an action to be secure only.

VERSION

Top

version 0.06

SYNOPSIS

Top

  package MyApp::Controller::Foo;

  use parent qw/Catalyst::Controller::ActionRole/;

  sub bar : Local Does('RequireSSL') { ... }
  sub bar : Local Does('NoSSL') { ... }

HIERARCHY

You can chain the SSL Roles to allow for enforced combinations such as all secure apart from a certain action and vice versa. See the tests to see this in action.

AUTHOR

Top

Simon Elliott <cpan@papercreatures.com>

THANKS

Top

Andy Grundman, <andy@hybridized.org> for the original RequireSSL Plugin

t0m (Tomas Doran), zamolxes (Bogdan Lucaciu)

COPYRIGHT & LICENSE

Top


Catalyst-ActionRole-RequireSSL documentation  | view source Contained in the Catalyst-ActionRole-RequireSSL distribution.