https://github.com/nextras/secured-links
CSRF protection for Nette Framework presenters' signals.
https://github.com/nextras/secured-links
csrf nette-component nextras php security
Last synced: about 1 year ago
JSON representation
CSRF protection for Nette Framework presenters' signals.
- Host: GitHub
- URL: https://github.com/nextras/secured-links
- Owner: nextras
- License: mit
- Created: 2013-01-18T22:08:43.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T06:51:37.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:37:52.599Z (over 1 year ago)
- Topics: csrf, nette-component, nextras, php, security
- Language: PHP
- Homepage: https://nextras.org/secured-links/
- Size: 66.4 KB
- Stars: 55
- Watchers: 16
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nextras Secured Links
=====================
[](https://github.com/nextras/secured-links/actions?query=workflow%3AQA+branch%3Amaster)
[](https://packagist.org/packages/nextras/secured-links)
[](https://packagist.org/packages/nextras/secured-links)
Secures GET requests in Nette Framework against CSRF attacks.
### Installation
Use composer:
```bash
$ composer require nextras/secured-links
```
### Docs & sources
- [Documentation](https://nextras.org/secured-links/docs)
### License
MIT. See full [license](LICENSE).