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
if (self._passReqToCallback) {
self._verify(req, parsedToken, parsedToken.payload.sub, verified);
}
And I have got unexpected error
TypeError: done is not a function
at C:\Users\Grzegorz\Documents\WebStudio\macaron-api\node_modules\loopback-component-passport\lib\passport-configurator.js:214:7
at C:\Users\Grzegorz\Documents\WebStudio\macaron-api\node_modules\loopback-component-passport\lib\models\user-identity.js:162:15
The text was updated successfully, but these errors were encountered:
grzegorzgolec
changed the title
Is there any chance of using it with loopback-component-password
Is there any chance of using it with loopback-component-passport
Oct 6, 2016
Hi Grzegorz, I'm sorry for such a late reply, I totally missed this. I don't know much about loopback and sadly I have very little time to look into it, but feel free to give me more information or submit a pull request if you find out what the issue is.
Probably something crashes in strategy.js, here
And I have got unexpected error
The text was updated successfully, but these errors were encountered: