mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add handshakeID to openConnection invokation
This commit is contained in:
parent
1cfc1d3de9
commit
f58b7fab1e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user