laswitchtech/core-csrf

CSRF Library for the Laswitch Core Framework

Fund package maintenance!
LaswitchTech

v1.0.2 2024-06-27 00:08 UTC

This package is auto-updated.

Last update: 2024-12-27 01:13:19 UTC


README

coreCSRF

License GitHub repo size GitHub top language Version

Description

The coreCSRF package is a library that provides Cross-Site Request Forgery (CSRF) protection for the Laswitch Core Framework. The classes in this package are used by the other packages in the framework to provide CSRF protection for the framework.

License

This software is distributed under the MIT license.

Requirements

  • PHP >= 8.0

Security

Please disclose any vulnerabilities found responsibly – report security issues to the maintainers privately. See SECURITY.md for more information.

Installation

Using Composer:

composer require laswitchtech/core-csrf

How do I use it?

Review the Documentation.