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
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 ```
The nette/security
package is in charge of authenticating users, access control and password hashing.
Download and install the package using Composer:
composer require nette/security