passport-oauth2
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -9,2 +9,8 @@ # Changelog | ||
## [1.8.0] - 2024-02-02 | ||
### Fixed | ||
- Fixed intermittent "Failed to obtain access token" error by updating `oauth` | ||
dependency from 0.9.x to 0.10.x. This error seems to occur more frequently on | ||
fast connections which get reset after receiving an access token response. | ||
## [1.7.0] - 2023-03-02 | ||
@@ -31,2 +37,2 @@ ### Added | ||
[Unreleased]: https://github.com/jaredhanson/passport-oauth2/compare/v1.7.0...HEAD | ||
[1.7.0]: https://github.com/authnomicon/federated/compare/v1.6.1...v1.7.0 | ||
[1.7.0]: https://github.com/jaredhanson/passport-oauth2/compare/v1.6.1...v1.7.0 |
{ | ||
"name": "passport-oauth2", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "OAuth 2.0 authentication strategy for Passport.", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"base64url": "3.x.x", | ||
"oauth": "0.9.x", | ||
"oauth": "0.10.x", | ||
"passport-strategy": "1.x.x", | ||
@@ -44,0 +44,0 @@ "uid2": "0.0.x", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36560
+ Addedoauth@0.10.0(transitive)
- Removedoauth@0.9.15(transitive)
Updatedoauth@0.10.x