Nette Documentation Preview

syntax
Nette Security
**************

.[perex]
The `nette/security` package handles [authenticating users |authentication], [access control |authorization], and [password hashing |passwords].


Installation
------------

Download and install the package using [Composer|best-practices:composer]:

```shell
composer require nette/security
```

Nette Security

The nette/security package handles authenticating users, access control, and password hashing.

Installation

Download and install the package using Composer:

composer require nette/security