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.
1 parent 5079ca7 commit df8eb1dCopy full SHA for df8eb1d
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