Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T06:51:37.000Z (about 1 month ago)
- Last Synced: 2024-10-30T01:37:52.599Z (15 days 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
=====================[![Build Status](https://github.com/nextras/secured-links/workflows/QA/badge.svg?branch=master)](https://github.com/nextras/secured-links/actions?query=workflow%3AQA+branch%3Amaster)
[![Downloads this Month](https://img.shields.io/packagist/dm/nextras/secured-links.svg?style=flat)](https://packagist.org/packages/nextras/secured-links)
[![Stable Version](https://img.shields.io/packagist/v/nextras/secured-links.svg?style=flat)](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).