Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).