Closed richorton closed 8 years ago
Hey,
Just a head's up that the 'Quick Start' documentation has a minor mistake which could potentially cause a few headaches :)
app.use(app.oauth.authorise());
should be changed to be...
app.use(app.oauth.authorize());
Thanks!
z not s
Also case issues - bodyParser != bodyparser
Thanks, landed in https://github.com/oauthjs/express-oauth-server/commit/2274bf1d2b1f5af1914e567502b523525a68ddb1.
Hey,
Just a head's up that the 'Quick Start' documentation has a minor mistake which could potentially cause a few headaches :)
app.use(app.oauth.authorise());
should be changed to be...
app.use(app.oauth.authorize());
Thanks!