https://github.com/glowyphp/csrf
Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.
https://github.com/glowyphp/csrf
csrf glowy glowyphp package php php-package security
Last synced: 11 months ago
JSON representation
Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.
- Host: GitHub
- URL: https://github.com/glowyphp/csrf
- Owner: glowyphp
- License: mit
- Created: 2021-02-07T10:44:38.000Z (about 5 years ago)
- Default Branch: 3.x
- Last Pushed: 2022-10-09T08:12:12.000Z (over 3 years ago)
- Last Synced: 2025-04-06T22:42:55.875Z (12 months ago)
- Topics: csrf, glowy, glowyphp, package, php, php-package, security
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/csrf
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Csrf
Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.
### Installation
#### With [Composer](https://getcomposer.org)
```
composer require glowy/csrf
```
### Resources
* [Documentation](https://awilum.github.io/glowyphp/csrf)
### Tests
Run tests
```
./vendor/bin/pest
```
### License
[The MIT License (MIT)](https://github.com/glowyphp/csrf/blob/master/LICENSE.txt)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)