@frontegg/client
Advanced tools
Comparing version 2.0.19 to 2.0.20
@@ -149,2 +149,5 @@ "use strict"; | ||
} | ||
// We are removing the authorization header as this is not used when proxying | ||
proxyReq.removeHeader('authorization'); | ||
proxyReq.removeHeader('Authorization'); | ||
if (req.body) { | ||
@@ -151,0 +154,0 @@ var contentType = proxyReq.getHeader('Content-Type'); |
{ | ||
"name": "@frontegg/client", | ||
"version": "2.0.19", | ||
"version": "2.0.20", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
243066
3556