kalisio / kNotify

Basic utils to support notifications (push, emails, etc.) for KDK-based applications and services
MIT License
4 stars 0 forks source link

Password reset does not work anymore #16

Closed claustres closed 6 years ago

claustres commented 6 years ago

Following upgrade to Feathers V3 and last authentication management version.

claustres commented 6 years ago

We got a Token is not in the correct format error because token format has changed to become of the form ${id}___${token}.

However changing this raised a new error BadRequest: Invalid token. Get for a new one..

claustres commented 6 years ago

Waiting for https://github.com/feathers-plus/feathers-authentication-management/issues/110 to be fixed.

claustres commented 6 years ago

We actually need to update the tests since now the tokens are hashed we have to read them in the user email.