Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Display features on home page
  • Loading branch information
jasny committed Jan 23, 2021
1 parent d8d0b72 commit 6aed24f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ permalink: /
Authentication, authorization and access control for PHP
{: .fs-6 .fw-300 }

**Features**

* Multiple [authorization strategies](setup/roles), like groups (for acl) and levels.
* Authorization [context](setup/context) (eg. "is the user an _admin_ of this _team_").
* PSR-14 [events](authentication#events) for login and logout.
* PSR-15 [middleware](middleware) for access control.
* [Session invalidation](authentication#session-invalidation), explicit or implicit (eg.
after password change).
* [Multi-factor authentication](mfa) support.
* [JWT](/sessions/jwt) and [Bearer authentication](sessions/bearer)
support.
* [Confirmation tokens](confirmation) for sign up confirmation and forgot-password.
* PSR-3 [logging](logging) of interesting events.
* Customizable to meet the requirements of your application.
---

Installation
Expand Down

0 comments on commit 6aed24f

Please sign in to comment.