Skip to content
This repository was archived by the owner on Feb 22, 2019. It is now read-only.

Commit 19cf35a

Browse files
author
David Bengsch
authored
Merge pull request #301 from kuzzleio/add-afterauth-trigger
document `auth:strategyAuthenticated` pipe event
2 parents c6f2650 + 673881d commit 19cf35a

File tree

1 file changed

+1
-0
lines changed
  • src/plugins-reference/kuzzle-events-list

1 file changed

+1
-0
lines changed

src/plugins-reference/kuzzle-events-list/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Events triggered when a request is treated in the [`auth` controller]({{ site_ba
4646
| `auth:after<Action>` | All actions in `auth` controller trigger an event after executing | Type: Request |
4747
| `auth:before<Action>` | All actions in `auth` controller trigger an event before executing | Type: Request |
4848
| `auth:error<Action>` | When an error occurred during an action in `auth` controller, an event error is triggered | Type: Request |
49+
| `auth:strategyAuthenticated` | Triggered after an authentication success on passport wrapper, and before resolving the user. | Type: Object.<br>{strategy, content}<br>`strategy` is the used strategy's name<br>`content` is the authenticated User object
4950

5051
---
5152

0 commit comments

Comments
 (0)