Skip to content

Conversation

@ancamcheachta
Copy link
Contributor

Contains a fix for this issue: #45

*/

module.exports.getAccessToken = function(bearerToken) {
console.log('in getAccessToken (bearerToken: ' + bearerToken + ')');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropped these in favour of the developer adding mongoose.set('debug', true); to the top of the file to get console output.

Copy link
Contributor

@mjsalinger mjsalinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mjsalinger mjsalinger merged commit 6aa9fd6 into oauthjs:master Apr 26, 2017
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

Successfully merging this pull request may close these issues.

2 participants