@egendata/client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/egendata/client/compare/v1.0.1...v1.0.2) (2019-12-11) | ||
### Bug Fixes | ||
* 🐛 issue where we did not return anything ([#68](https://github.com/egendata/client/issues/68)) ([69e7bfa](https://github.com/egendata/client/commit/69e7bfa75dbc244e571a3a71d47cdcc704afcd9a)) | ||
## [1.0.1](https://github.com/egendata/client/compare/v1.0.0...v1.0.1) (2019-10-09) | ||
@@ -2,0 +9,0 @@ |
@@ -111,8 +111,3 @@ const { generateKey, importPEM, toPublicKey } = require('./crypto') | ||
async jwksKey (kid) { | ||
let key | ||
if (kid === 'client_key') { | ||
key = this.clientKey | ||
} else { | ||
key = await this.load(`${KEY_PREFIX}${kid}`) | ||
} | ||
const key = await this.getKey(kid) | ||
return key && toPublicKey(key) | ||
@@ -119,0 +114,0 @@ } |
{ | ||
"name": "@egendata/client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Client for Egendata Operator", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
98363
2131