kuzzleio / kuzzle-plugin-auth-passport-local

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

Remove usage of kuzzle package #83

Closed Aschen closed 2 years ago

Aschen commented 2 years ago

What does this PR do?

The plugin was using classes from the kuzzle package.

Since this plugin is not used in an application with kuzzle but directly into the core, there is no package named kuzzle available since we are inside this package.

This is a "pansement" just to be able to release Kuzzle 2.14.1 but this plugin should be added directly into the core.