add interims handshakeID

This commit is contained in:
clauspeterhuebner 2025-07-15 17:33:03 +02:00
parent c473525f9d
commit 1eb14c05d5

View File

@ -572,7 +572,7 @@ export class TransactionLinkResolver {
throw new LogError('Sender community UUID is not set')
}
// now with the sender community UUID the jwt token can be verified
const verifiedJwtPayload = await verify(code, senderCom.communityUuid)
const verifiedJwtPayload = await verify('handshakeID', code, senderCom.communityUuid)
logger.debug(
'TransactionLinkResolver.queryRedeemJwtLink... nach verify verifiedJwtPayload=',
verifiedJwtPayload,