glowy/csrf

Cross Site Request Forgery security component.

v3.0.0 2022-07-03 16:28 UTC

This package is auto-updated.

Last update: 2024-04-09 11:53:51 UTC


README

Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.

License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


Installation

With Composer

composer require glowy/csrf

Resources

Tests

Run tests

./vendor/bin/pest

License

The MIT License (MIT) Copyright (c) Sergey Romanenko