add handshakeID to openConnection invokation

This commit is contained in:
clauspeterhuebner 2025-07-09 22:57:42 +02:00
parent 1cfc1d3de9
commit f58b7fab1e

View File

@ -57,6 +57,7 @@ export async function startCommunityAuthentication(
const args = new EncryptedTransferArgs()
args.publicKey = homeComA!.publicKey.toString('hex')
args.jwt = jws
args.handshakeID = handshakeID
logger.debug('before client.openConnection() args:', args)
if (await client.openConnection(args)) {
logger.debug(`successful initiated at community:`, fedComB.endPoint)