sunuid-sdk 1.0.57 → 1.0.58
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/README.md +44 -0
- package/dist/sunuid-sdk.esm.js +1 -1
- package/dist/sunuid-sdk.esm.js.map +1 -1
- package/dist/sunuid-sdk.js +1 -1
- package/dist/sunuid-sdk.js.map +1 -1
- package/dist/sunuid-sdk.min.js +1 -1
- package/dist/sunuid-sdk.min.js.map +1 -1
- package/examples/env.example +4 -0
- package/examples/secure-init.php +4 -0
- package/examples/test-minimal-callback.html +117 -0
- package/package.json +1 -1
package/dist/sunuid-sdk.js
CHANGED
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
|
|
646
646
|
// Générer un identifiant aléatoire pour la session WebSocket
|
|
647
647
|
var randomId = 'web_' + Math.random().toString(36).slice(2) + '_' + Date.now();
|
|
648
|
-
this.socket = io('wss://
|
|
648
|
+
this.socket = io('wss://socket.sunuid.com:9446', {
|
|
649
649
|
query: {
|
|
650
650
|
token: randomId,
|
|
651
651
|
type: 'web',
|