-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix decodeCredentialJWT function [DEV-3170] #342
Conversation
For clarification, The verification would fail for JWT credentials that wouldn't repeat body properties that exist top-level as well. There's the Let's consider if any additional property top-level is required to construct the underlying credential body, which is utilised during function i/o intercommunication convention by design. PS: This is a trivial point within the VC-JWT spec, a conversation that we had, whence this implication is a direct outcome. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved current state re-construction.
Let's assess if any additional top-level properties are required, as mentioned.
## [3.6.7-develop.1](3.6.6...3.6.7-develop.1) (2023-09-04) ### Bug Fixes * Fix decodeCredentialJWT function [DEV-3170] ([#342](#342)) ([c5330fb](c5330fb))
🎉 This PR is included in version 3.6.7-develop.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [3.6.7](3.6.6...3.6.7) (2023-09-04) ### Bug Fixes * Fix decodeCredentialJWT function [DEV-3170] ([#342](#342)) ([c5330fb](c5330fb))
🎉 This PR is included in version 3.6.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.