@trimblemaps/webtools-common
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -395,4 +395,4 @@ /** @typedef {Object} alkAuthenticationService | ||
// log the user out of the server | ||
return $http.post(`${config.ssoUrl}v2/security/logout`, serverInput); | ||
// log the user out of the server using token and cookie | ||
return $http.post(`${config.ssoUrl}v2/security/logout`, serverInput, { withCredentials: true }); | ||
} | ||
@@ -399,0 +399,0 @@ |
{ | ||
"name": "@trimblemaps/webtools-common", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
4277718