Nette Documentation Preview

syntax
Security
********

.[perex]
The `nette/security` package is in charge of [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
```

Security

The nette/security package is in charge of authenticating users, access control and password hashing.

Installation

Download and install the package using Composer:

composer require nette/security