Skip to content

Commit 4f7899b

Browse files
committed
2.4.0
1 parent 8ccc556 commit 4f7899b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## Changelog
22

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+
320
### 2.3.0
421

522
- Support "state" param for auth_code grant type

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oauth2-server",
33
"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",
55
"keywords": [
66
"oauth",
77
"oauth2"

0 commit comments

Comments
 (0)