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 |
Edit this page on Github(opens new window)