-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth server problem #17
Comments
I did the auth project from the udemy tutorial in ES6: controllers/authentication.js
services/passport.js
Then in router.js
I hope that helps :-) |
The comparePassword method in the userSchema returns an incorrect argument. Do you know how to fix the code? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found your "auth/server" project, you defined the 'services/passport.js' file, but you didn't export it, and used it nowhere. I was wondering how to use it?
The text was updated successfully, but these errors were encountered: