@dudadev/ms-client-auth
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -85,3 +85,5 @@ "use strict"; | ||
return _asyncToGenerator(function* () { | ||
const response = yield window.fetch('/api/ms/auth'); | ||
const response = yield window.fetch('/api/ms/auth', { | ||
credentials: 'include' | ||
}); | ||
return response.json(); | ||
@@ -88,0 +90,0 @@ })(); |
{ | ||
"name": "@dudadev/ms-client-auth", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Client to authenticate Duda's microservices' clients", | ||
@@ -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
4591
76