12 lines
688 B
Markdown
12 lines
688 B
Markdown
# perl-Mojolicious-Plugin-CSRFDefender
|
|
|
|
3rd Party (Maintained by Koozali) git repo for perl-Mojolicious-Plugin-CSRFDefender smeserver
|
|
|
|
## Description
|
|
|
|
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
|
*Once it has been checked, then this comment will be deleted*
|
|
<br />
|
|
|
|
Perl-Mojolicious-Plugin-CSRFDefender is a Perl plugin that provides CSRF (Cross-Site Request Forgery) protection for Mojolicious web applications. It adds a random, unique token to every form and then verifies the token's authenticity when the form is submitted. This helps protect against malicious users submitting unwanted requests on behalf of the user.
|