CSRF security with different interfaces and drivers. For the Storage and how to use it.

dev-main 2023-01-23 08:09 UTC

This package is auto-updated.

Last update: 2024-05-26 14:02:54 UTC


README

<?php
    namespace IOJaegers;
    require_once './vendor/autoload.php';

    use IOJaegers\CSRF\CSRF;

    $csrf = CSRF::getCsrf();

    CSRF::onEventStartup();
?>