You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I've followed the example to make password reset and account verification. It's kind out of date, but I could build the password reset flux with some changes.
But in the case of verification, I got this error.
because "options" is a response of "authentication" service, that is just {accessToken: 'generatedToken'} and doesn't contains the properties shortTokenLen, longTokenLen and shortTokenDigits. And I don't know how to fill it.
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
"feathers": "^2.2.0",
"feathers-authentication": "^1.2.7",
"feathers-authentication-hooks": "^0.1.4",
"feathers-authentication-jwt": "^0.3.2",
"feathers-authentication-local": "^0.4.4",
"feathers-authentication-management": "^0.7.0",
NodeJS version:
6.x LTS
Operating System:
Linux Fedora 25
Browser Version:
Postman App 5.2
React Native Version:
Not using
Module Loader:
Default
The text was updated successfully, but these errors were encountered:
After a time trying, I realized it must to be verifyHooks.addVerification('recovery') (my recovery service) and not verifyHooks.addVerification('authentication').
Hey guys, I've followed the example to make password reset and account verification. It's kind out of date, but I could build the password reset flux with some changes.
But in the case of verification, I got this error.
Steps to reproduce
Where AfterHooks.onCreate calls the email service using the hook.result object.
Expected behavior
To receive the hook object at the AfterHooks.onCreate function and send the verification e-mail.
Actual behavior
I get error at this part of library:
because "options" is a response of "authentication" service, that is just {accessToken: 'generatedToken'} and doesn't contains the properties shortTokenLen, longTokenLen and shortTokenDigits. And I don't know how to fill it.
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
"feathers": "^2.2.0",
"feathers-authentication": "^1.2.7",
"feathers-authentication-hooks": "^0.1.4",
"feathers-authentication-jwt": "^0.3.2",
"feathers-authentication-local": "^0.4.4",
"feathers-authentication-management": "^0.7.0",
NodeJS version:
6.x LTS
Operating System:
Linux Fedora 25
Browser Version:
Postman App 5.2
React Native Version:
Not using
Module Loader:
Default
The text was updated successfully, but these errors were encountered: