This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

Details

github.com/IO-Jaegers/CSRF

Source

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/io-jaegers/csrf

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

This package is auto-updated.

Last update: 2024-06-26 14:05:53 UTC


README

Security CSRF

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

    use IOJaegers\CSRF\CSRF;

    $csrf = CSRF::getCsrf();

    CSRF::onEventStartup();
?>