3rd Party (Maintained by Koozali) git repo for perl-Mojolicious-Plugin-CSRFDefender smeserver
.gitattributes | ||
.gitignore | ||
contriborbase | ||
Makefile | ||
Mojolicious-Plugin-CSRFDefender-0.0.8.tar.gz | ||
perl-Mojolicious-Plugin-CSRFDefender.spec | ||
README.md |
perl-Mojolicious-Plugin-CSRFDefender
3rd Party (Maintained by Koozali) git repo for perl-Mojolicious-Plugin-CSRFDefender smeserver
Description
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
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.