openid-client
Advanced tools
Comparing version 3.12.2 to 3.13.0
@@ -5,2 +5,11 @@ # Change Log | ||
# [3.13.0](https://github.com/panva/node-openid-client/compare/v3.12.2...v3.13.0) (2020-02-18) | ||
### Features | ||
* add support for RSA-OAEP-384 and RSA-OAEP-512 JWE algorithms ([6c696e9](https://github.com/panva/node-openid-client/commit/6c696e98202af2a358fde72bd0718c7dff7f3a96)) | ||
## [3.12.2](https://github.com/panva/node-openid-client/compare/v3.12.1...v3.12.2) (2020-01-30) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "openid-client", | ||
"version": "3.12.2", | ||
"version": "3.13.0", | ||
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"got": "^9.6.0", | ||
"jose": "^1.22.0", | ||
"jose": "^1.23.0", | ||
"lodash": "^4.17.15", | ||
@@ -49,0 +49,0 @@ "lru-cache": "^5.1.1", |
@@ -45,2 +45,4 @@ # openid-client | ||
- self_signed_tls_client_auth | ||
- [OpenID Connect Session Management 1.0 - draft 28][feature-rp-logout] | ||
- RP-Initiated Logout | ||
@@ -298,2 +300,3 @@ ## Certification | ||
[feature-device-flow]: https://tools.ietf.org/html/rfc8628 | ||
[feature-rp-logout]: https://openid.net/specs/openid-connect-session-1_0.html#RPLogout | ||
[openid-certified-link]: https://openid.net/certification/ | ||
@@ -300,0 +303,0 @@ [passport-url]: http://passportjs.org |
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
158351
315
Updatedjose@^1.23.0