-
Notifications
You must be signed in to change notification settings - Fork 447
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
Error accessing github with oauth2. #471
Comments
I just got the same error using google so whatever causes it isn't limited to github logins
|
Assuming you're using express 3.x (not 4.x), please refer to https://github.com/bnoguchi/everyauth#accessing-the-user everyauth.everymodule.findUserById( function (userId, callback) {
User.findById(userId, callback);
// callback has the signature, function (err, user) {...}
}); |
From what I could see I think this bug should probably be filed against Doorman not everyauth. Thanks for the explanation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use Doorman app that uses everyauth underneath. When trying to authenticate with github oauth i am getting the following error. Where can i configure this function ?
The text was updated successfully, but these errors were encountered: