@privacybydesign/irma-backend
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -22,3 +22,6 @@ const SessionState = require('./session-state'); | ||
if (this._options.serverToken) | ||
requestOptions.headers['Authorization'] = this._options.serverToken; | ||
requestOptions.headers = { | ||
...requestOptions.headers, | ||
'Authorization': this._options.serverToken, | ||
}; | ||
@@ -25,0 +28,0 @@ const url = `${this._serverUrl}/${endpoint}`; |
{ | ||
"name": "@privacybydesign/irma-backend", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Backend library to use API endpoints of the IRMA server", | ||
@@ -5,0 +5,0 @@ "main": "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
12923
202