NAME
Nephia::Plugin::CSRFDefender - CSRF Defender Plugin for Nephia
SYNOPSIS
package MyApp;
use strict;
use warnings;
use Nephia plugins => [
'PlackSession',
'CSRFDefender'
];
DESCRIPTION
Nephia::Plugin::CSRFDefender denies CSRF request.
METHODS
SEE ALSO
Amon2::Plugin::Web::CSRFDefender
LICENSE
Copyright (C) papix.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
papix <mail@papix.net>