We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d9470 + 51e0d75 commit 844d602Copy full SHA for 844d602
Readme.md
@@ -21,7 +21,7 @@ var OAuthServer = require('express-oauth-server');
21
var app = express();
22
23
app.oauth = new OAuthServer({
24
- model: {}, // See https://github.com/thomseddon/node-oauth2-server for specification
+ model: {}, // See https://github.com/oauthjs/node-oauth2-server for specification
25
});
26
27
app.use(bodyParser.json());
@@ -58,4 +58,4 @@ var options = {
58
59
**Note:** You cannot modify the response since the headers have already been sent.
60
61
- `authenticate()` does not modify the response and will always call next()
+ `authenticate()` does not modify the response and will always call next()
0 commit comments