3rd Party (Maintained by Koozali) git repo for perl-Mojolicious-Plugin-CSRFDefender smeserver
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brian Read cf3211ab2d Remove LICENSE file 1 month ago
.gitattributes initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago
.gitignore initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago
Makefile initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago
Mojolicious-Plugin-CSRFDefender-0.0.8.tar.gz initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago
README.md initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago
contriborbase initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago
perl-Mojolicious-Plugin-CSRFDefender.spec initial commit of file from CVS for perl-Mojolicious-Plugin-CSRFDefender on Fri 14 Jul 14:01:52 BST 2023 10 months ago

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.