@frontegg/client
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -54,2 +54,3 @@ "use strict"; | ||
'x-access-token': authenticator.accessToken, | ||
'Authorization': "Bearer " + authenticator.accessToken, | ||
'frontegg-tenant-id': context ? context.tenantId : '' | ||
@@ -56,0 +57,0 @@ } |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,2 +17,3 @@ import { FronteggAuthenticator } from '../authenticator' | ||
'x-access-token': authenticator.accessToken, | ||
'Authorization': `Bearer ${authenticator.accessToken}`, | ||
'frontegg-tenant-id': context ? context.tenantId : '' | ||
@@ -19,0 +20,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
60283
1254