Skip to content

Commit 49ce2cc

Browse files
committed
v1.1.0
1 parent a7284ff commit 49ce2cc

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.1.0] - 2018-06-06
6+
### Added
7+
- Support using a strategy which overrides the `getOAuthAccessToken` function, for example the Reddit or Spotify strategy. #10
8+
59
## [1.0.0] - 2015-12-17
610
### Added
711
- Allow extra params to be sent when requesting access token.
@@ -47,6 +51,7 @@ The move from 0.4 to 1.0 is non-breaking, _unless_ you are using a version of no
4751
### Added
4852
- Initial release.
4953

54+
[1.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.0.0...v1.1.0
5055
[1.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.4.0...v1.0.0
5156
[0.4.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.3.1...v0.4.0
5257
[0.3.1]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.3.0...v0.3.1

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-oauth2-refresh",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A passport.js add-on to provide automatic OAuth 2.0 token refreshing.",
55
"main": "lib/refresh.js",
66
"directories": {
@@ -13,13 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/fiznool/passport-oauth2-refresh.git"
1515
},
16-
"keywords": [
17-
"passport",
18-
"oauth",
19-
"oauth2",
20-
"auth",
21-
"authentication"
22-
],
16+
"keywords": ["passport", "oauth", "oauth2", "auth", "authentication"],
2317
"author": {
2418
"name": "Tom Spencer",
2519
"email": "[email protected]",

0 commit comments

Comments
 (0)