Open leogr opened 6 years ago
Has been this feature fully implemented?
Hi @leogr, have you had a look to f9b0edb9047497b8a0777ae154f950817dc9bb19? There is no support for compare more than one password in a search request.
It's dirty... btw is it working?
@alelb news pls?
@leogr @leodido It's dirty and rough but It's working . It's missing the ability to compare more than one password per query. It's missing tests too.
Assuming a dirty solution, I propose to implement integration test only (short-term), so when we change the implementation we can test the correct behaviour. @leodido Do you agree?
It's needed to implement a way to apply the internal service provider logic to some attributes. For example, password must be hashed prior to being stored.
Middleware pattern could be useful to accomplish that.