kuzzleio / kuzzle-plugin-auth-passport-local

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

Default config in plugin Code #28

Closed xbill82 closed 7 years ago

xbill82 commented 7 years ago

Adapts the plugin to the Apache-ish installation system specified in kuzzleio/kuzzle#609

The plugin has now its own default config in its own code and can run with a null customConfig passed to the init function.

Please note that, after merging this PR, we should update the corresponding Git submodule in Kuzzle repository.