File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,32 @@ Nette Security: Access Control
77[ ![ Latest Stable Version] ( https://poser.pugx.org/nette/security/v/stable )] ( https://github.com/nette/security/releases )
88[ ![ License] ( https://img.shields.io/badge/license-New%20BSD-blue.svg )] ( https://github.com/nette/security/blob/master/license.md )
99
10+
11+ Introduction
12+ ============
13+
14+ Authentication & Authorization library for Nette.
15+
1016- user login and logout
1117- verifying user privileges
1218- securing against vulnerabilities
1319- how to create custom authenticators and authorizators
1420- Access Control List
1521
16- Install it using Composer:
22+ Documentation can be found on the [ website] ( https://doc.nette.org/access-control ) .
23+
24+
25+ Installation
26+ ============
27+
28+ The recommended way to install is via Composer:
1729
1830```
1931composer require nette/security
2032```
2133
22- The last stable release requires PHP version 5.6 or newer (is compatible with PHP 7.0 and 7.1). The dev-master version requires PHP 7.1.
34+ It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
35+
2336
2437Authentication
2538==============
You can’t perform that action at this time.
0 commit comments