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 35131f8 commit ddb5fd4Copy full SHA for ddb5fd4
CHANGELOG.md
@@ -1,5 +1,19 @@
1
## Changelog
2
3
+### 3.1.0
4
+* new: Added package-lock.json
5
+* new: Extend model object with request context
6
+* new: .npmignore tests
7
+* fix: validate requested scope on authorize request
8
+* fix: issue correct expiry dates for tokens
9
+* fix: set numArgs for promisify of generateAuthorizationCode
10
+* fix: Changed 'hasOwnProperty' call in Response
11
+* docs: Ensure accessTokenExpiresAt is required
12
+* docs: Add missing notice of breaking change for accessExpireLifetime to migration guide
13
+* docs: Correct tokens time scale for 2.x to 3.x migration guide
14
+* readme: Update Slack badge and link
15
+* readme: Fix link to RFC6750 standard
16
+
17
### 3.0.2 (24/05/2020)
18
19
* Update all dependencies 🎉
0 commit comments