File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 2.4.0
4
+
5
+ - Set Cache-Control and Pragma headers
6
+ - Allow any valid URI for extension grants
7
+ - Expose ` client ` to ` extendedGrant ` and after via ` req.oauth.client `
8
+ - Fix express depreciation warning for ` res.send() `
9
+ - Expose ` user ` to ` generateToken ` and after via ` req.user `
10
+ - Fix lockdown pattern for express 3
11
+
12
+ - Add redis example
13
+ - Fix docs to use new express bodyParser module
14
+ - Fix docs for ` redirect_uri `
15
+ - Clarify docs for ` clientIdRegex `
16
+ - Fix docs for missing ` req ` argument in ` generateToken `
17
+ - Fix docs for ` user ` /` userId ` ` getAccessToken `
18
+ - Fix docs for argument order in ` getRefreshToken `
19
+
3
20
### 2.3.0
4
21
5
22
- Support "state" param for auth_code grant type
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oauth2-server" ,
3
3
"description" : " Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js" ,
4
- "version" : " 2.3 .0" ,
4
+ "version" : " 2.4 .0" ,
5
5
"keywords" : [
6
6
" oauth" ,
7
7
" oauth2"
You can’t perform that action at this time.
0 commit comments