mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Don't log BBB shared secret
This commit is contained in:
parent
ba9f8827b5
commit
0a67c23b00
@ -362,9 +362,6 @@ export class DimensionBigBlueButtonService {
|
||||
// We URL encode each value as a browser would. If we don't, our resulting checksum will not match.
|
||||
const widgetQueryString = this.queryStringFromObject(queryParameters, encodeAsBrowser);
|
||||
|
||||
LogService.info("BigBlueButton", "Built widget string:" + widgetQueryString);
|
||||
LogService.info("BigBlueButton", "Hashing:" + apiCallName + widgetQueryString + config.bigbluebutton.sharedSecret);
|
||||
|
||||
// Hash the api name and query parameters to get the checksum, and add it to the set of query parameters
|
||||
return sha256(apiCallName + widgetQueryString + config.bigbluebutton.sharedSecret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user