mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add interims handshakeID
This commit is contained in:
parent
c473525f9d
commit
1eb14c05d5
@ -572,7 +572,7 @@ export class TransactionLinkResolver {
|
|||||||
throw new LogError('Sender community UUID is not set')
|
throw new LogError('Sender community UUID is not set')
|
||||||
}
|
}
|
||||||
// now with the sender community UUID the jwt token can be verified
|
// 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(
|
logger.debug(
|
||||||
'TransactionLinkResolver.queryRedeemJwtLink... nach verify verifiedJwtPayload=',
|
'TransactionLinkResolver.queryRedeemJwtLink... nach verify verifiedJwtPayload=',
|
||||||
verifiedJwtPayload,
|
verifiedJwtPayload,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user