kuzzleio / kuzzle-plugin-auth-passport-local

Provide local authentication with username/password for Kuzzle
Apache License 2.0
0 stars 2 forks source link

Hot fix - add missing encrypt events #21

Closed benoitvidis closed 7 years ago

benoitvidis commented 7 years ago

Since the Request unification in Kuzzle, some previously tricked events are lost. For instance, createFirstAdmin previously triggered the createUser, which is not the case anymore.

This PR is a quick fix to add some missing important events.