Core
Write Plugins v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

core:auth:strategyAdded #

Available since 1.2.0
Arguments Type Description
strategy
object
Authentication strategy information

Triggered whenever a plugin dynamically registers an authentication strategy.

Pipes cannot listen to that event, only hooks can.


strategy #

The provided strategy object has the following properties:

Properties Type Description
pluginName
string
The plugin's name defined in the manifest file
name
string
Authentication strategy name
strategy
object
Authentication strategy properties