@auth0-kits/server
Advanced tools
Comparing version 1.3.10 to 1.3.11
{ | ||
"name": "@auth0-kits/server", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -240,5 +240,3 @@ const querystring = require('querystring'); | ||
const body = querystring.stringify({ | ||
link_with: secondaryToken, | ||
}); | ||
const body = JSON.stringify({ link_with: secondaryToken }); | ||
this.tracer.crumb({ body }); | ||
@@ -255,3 +253,3 @@ | ||
headers: { | ||
'Content-Type': 'application/x-www-form-urlencoded', | ||
'Content-Type': 'application/json', | ||
'Authorization': `Bearer ${managementToken}`, | ||
@@ -258,0 +256,0 @@ }, |
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
12653
350