jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

397/issuance aud #398

Closed chunningham closed 4 years ago

chunningham commented 4 years ago

closes #397, adds "aud" as an option for all request messages and ensures that a response to a request with an audience is issued by that DID in validateJWT

Exulansis commented 4 years ago

Seems like #399 has to be merged first, since it introduces changes to the Identity Wallet class.

Exulansis commented 4 years ago

The validateJWT function will need to be broken down, and the underlying validation logic needs to be formalized. A separate issue can be created to address this.