Skip to content

Commit

Permalink
add to readme events docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbadxiii committed Mar 21, 2023
1 parent dca2e7a commit 0f51a12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1434,5 +1434,15 @@ class AuthWithBasic extends AbstractAccess

После запроса, ни куки, ни сессия не будут содержать данные о пользователе, и следущий запрос так же должен содержать пользовательские данные заголовка `Authorization`, иначе будет вызвано исключение `Sinbadxiii\PhalconAuth\Exceptions`

## Events

| Event Name | Can stop operation? |
|--------------|-----------------|
| beforeLogin | Yes |
| afterLogin | No |
| beforeLogout | Yes |
| afterLogout | No |


### License
The MIT License (MIT). Please see [License File](https://github.com/sinbadxiii/phalcon-auth/blob/master/LICENSE) for more information.

0 comments on commit 0f51a12

Please sign in to comment.