Nette Security
The nette/security package takes care of your application's security where it matters most: user
accounts. It handles logging users in, verifying their permissions, and storing passwords safely. Here's what you'll find:
| Authentication | logging users in and managing identity |
| Authorization | verifying permissions and access control |
| Password Hashing | storing passwords securely as hashes |
| Configuration | configuration options of the package |
Installation
Download and install the package using Composer:
composer require nette/security