kuzzleio / kuzzle-plugin-auth-passport-local

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

Change strategy definition depending on kuzzle version #56

Closed scottinet closed 6 years ago

scottinet commented 6 years ago

What does this PR do?

Remove the following warning, issued by Kuzzle during startup, and introduced by https://github.com/kuzzleio/kuzzle/pull/1145 :

[kuzzle-plugin-auth-passport-local] Strategy local: the strategy "constructor" property is deprecated, please use "authenticator" instead (see https://tinyurl.com/y7boozbk)

This PR is purely cosmetic. It does not introduce any change and has no side-effect.