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.

688 B

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.