We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9283cfd + df8eb1d commit 018bc3dCopy full SHA for 018bc3d
src/graphconnector/GraphConnector.js
@@ -116,7 +116,7 @@ class GraphConnector {
116
// generate GUID
117
let iterations = 10000;
118
let guidBitArray = sjcl.misc.pbkdf2(this.globalRegistryRecord.publicKeyPEM, salt, iterations);
119
- let guid = sjcl.codec.base64.fromBits(guidBitArray);
+ let guid = sjcl.codec.base64url.fromBits(guidBitArray);
120
this.globalRegistryRecord.guid = guid;
121
}
122
0 commit comments