kuzzleio / kuzzle-plugin-auth-passport-local

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

Implement search method #75

Closed MathieuVeber closed 3 years ago

MathieuVeber commented 3 years ago

Feature request

A search method that is the logical consequence of this feature request being implemented.

Possible Solution

A method that can retrieve users from an ES query about their username. This method should prevent someone from searching by "algorithm": "sha512" or any other irrelevant or private field.