@openfort/openfort-js 0.7.12 → 0.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -6500,6 +6500,8 @@ class Openfort {
6500
6500
  const shieldAuth = {
6501
6501
  auth: shieldAuthType,
6502
6502
  token,
6503
+ authProvider: this.instanceManager.getAccessToken()?.thirdPartyProvider ?? undefined,
6504
+ tokenType: this.instanceManager.getAccessToken()?.thirdPartyTokenType ?? undefined,
6503
6505
  };
6504
6506
  const iframeConfiguration = {
6505
6507
  accessToken: this.instanceManager.getAccessToken()?.token ?? null,
package/dist/index.js CHANGED
@@ -6477,6 +6477,8 @@ class Openfort {
6477
6477
  const shieldAuth = {
6478
6478
  auth: shieldAuthType,
6479
6479
  token,
6480
+ authProvider: this.instanceManager.getAccessToken()?.thirdPartyProvider ?? undefined,
6481
+ tokenType: this.instanceManager.getAccessToken()?.thirdPartyTokenType ?? undefined,
6480
6482
  };
6481
6483
  const iframeConfiguration = {
6482
6484
  accessToken: this.instanceManager.getAccessToken()?.token ?? null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-js",
3
- "version": "0.7.12",
3
+ "version": "0.7.13",
4
4
  "author": "Openfort (https://www.openfort.xyz)",
5
5
  "bugs": "https://github.com/openfort-xyz/openfort-js/issues",
6
6
  "repository": "openfort-xyz/openfort-js.git",