sunuid-sdk 1.0.51 → 1.0.53

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.
@@ -304,9 +304,9 @@ function _unsupportedIterableToArray(r, a) {
304
304
  secureInit: false,
305
305
  secureInitUrl: function (_window$SunuIDConfig2, _window$SunuIDConfig3) {
306
306
  if ((_window$SunuIDConfig2 = window.SunuIDConfig) !== null && _window$SunuIDConfig2 !== void 0 && (_window$SunuIDConfig2 = _window$SunuIDConfig2.apiUrl) !== null && _window$SunuIDConfig2 !== void 0 && _window$SunuIDConfig2.includes('api.sunuid.fayma.sn')) {
307
- return 'https://api.sunuid.fayma.sn/secure-init.php';
307
+ return 'https://api.sunuid.fayma.sn/secure-init';
308
308
  }
309
- return ((_window$SunuIDConfig3 = window.SunuIDConfig) === null || _window$SunuIDConfig3 === void 0 || (_window$SunuIDConfig3 = _window$SunuIDConfig3.apiUrl) === null || _window$SunuIDConfig3 === void 0 ? void 0 : _window$SunuIDConfig3.replace('/api', '')) + '/secure-init.php' || 'https://api.sunuid.fayma.sn/secure-init.php';
309
+ return ((_window$SunuIDConfig3 = window.SunuIDConfig) === null || _window$SunuIDConfig3 === void 0 || (_window$SunuIDConfig3 = _window$SunuIDConfig3.apiUrl) === null || _window$SunuIDConfig3 === void 0 ? void 0 : _window$SunuIDConfig3.replace('/api', '')) + '/secure-init' || 'https://api.sunuid.fayma.sn/secure-init';
310
310
  }(),
311
311
  token: null,
312
312
  // Configuration pour forcer l'utilisation du serveur distant
@@ -474,7 +474,7 @@ function _unsupportedIterableToArray(r, a) {
474
474
  return _doInit;
475
475
  }()
476
476
  /**
477
- * Initialisation sécurisée via PHP
477
+ * Initialisation sécurisée via endpoint serveur
478
478
  */
479
479
  )
480
480
  }, {
@@ -1559,7 +1559,7 @@ function _unsupportedIterableToArray(r, a) {
1559
1559
  }
1560
1560
 
1561
1561
  /**
1562
- * Générer un QR code personnalisé avec PHP Endroid
1562
+ * Générer un QR code personnalisé avec bibliothèque locale
1563
1563
  */
1564
1564
  }, {
1565
1565
  key: "generateCustomQRCode",
@@ -1691,7 +1691,7 @@ function _unsupportedIterableToArray(r, a) {
1691
1691
  return generateQRClientSide;
1692
1692
  }()
1693
1693
  /**
1694
- * Générer un QR code via endpoint PHP (fallback)
1694
+ * Générer un QR code via endpoint serveur (fallback)
1695
1695
  */
1696
1696
  )
1697
1697
  }, {