The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sledge::Plugin::CSRFDefender - CSRF defender

SYNOPSIS

    package Your::Pages;
    use Sledge::Plugin::CSRFDefender;

DESCRIPTION

Sledge::Plugin::CSRFDefender is CSRF defender plugin for sledge.

This plugin embeded a session id within form.

In POST Request, check the session_id and reject if invalid request.

AUTHOR

MATSUNO Tokuhiro <tokuhiro at mobilefactory.jp>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Bundle::Sledge