Skip to content
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

user is undefined #26

Closed
iamnivekx opened this issue Feb 9, 2018 · 2 comments
Closed

user is undefined #26

iamnivekx opened this issue Feb 9, 2018 · 2 comments

Comments

@iamnivekx
Copy link

return (user.scope === scope && client.scope === scope && scope !== null) ? scope : false

@FrozenCaptain
Copy link

The fix in issue #19 results in a missing parameter scope in function validateScope(). The function will always return false. Results in a 503.

Remove the current line with return true Temporarily

@iamnivekx
Copy link
Author

thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants