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.
1 parent 968f266 commit 9b4ab13Copy full SHA for 9b4ab13
index.js
@@ -50,7 +50,6 @@ ExpressOAuthServer.prototype.authenticate = function(options) {
50
.catch(function(e) {
51
return handleError(e, req, res);
52
});
53
- //.finally(next);
54
};
55
56
@@ -81,8 +80,7 @@ ExpressOAuthServer.prototype.authorize = function(options) {
81
80
})
82
83
return handleError(e, req, res, response);
84
- })
85
- .finally(next);
+ });
86
87
88
@@ -113,8 +111,7 @@ ExpressOAuthServer.prototype.token = function(options) {
113
111
114
112
115
116
117
118
119
120
0 commit comments