Use base64url encoding for encrypted username
This commit is contained in:
parent
f77f9165e1
commit
09fc0d690b
4 changed files with 10 additions and 2 deletions
|
@ -345,7 +345,7 @@ describe('pnp/username', function (this: Mocha.Suite) {
|
|||
encryptedUsername: Buffer.concat([
|
||||
entropy,
|
||||
uuidToBytes(serverId),
|
||||
]).toString('base64'),
|
||||
]).toString('base64url'),
|
||||
})
|
||||
.toString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue