-
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: Add DID deactivation check for credential issuing [DEV-3136] #345
Conversation
credential with deactivatedDID in /credential/issue endpoint.
@anikitinDSR please let me know when this has been reviewed by you :) |
because this custom method is written incorrectly and doesn't allow to show swagger.json in SwaggerUI.
conditional expression.
/credential/verify endpoint.
conditional expression.
based on a deactivated DID.
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.
See comments below especially re: did-provider-cheqd
## [2.9.2-develop.3](2.9.2-develop.2...2.9.2-develop.3) (2023-09-08) ### Bug Fixes * Add DID deactivation check for credential issuing [DEV-3136] ([#345](#345)) ([023bba1](023bba1))
🎉 This PR is included in version 2.9.2-develop.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [2.9.2](2.9.1...2.9.2) (2023-09-12) ### Bug Fixes * Add DID deactivation check for credential issuing [DEV-3136] ([#345](#345)) ([023bba1](023bba1)) * Check API responses are provided correctly in Swagger document [DEV-3133] ([#359](#359)) ([5b13ffa](5b13ffa)) * Enable updated state explicitly ([c3d9170](c3d9170))
🎉 This PR is included in version 2.9.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
allowDeactivatedDid
for allowing/permitting verify credential withdeactivatedDID
in/credential/verify
endpoint.allowDeactivatedDid
for allowing/permitting verify credential withdeactivatedDid
in/presentation/verify
endpoint./credential/issue
endpoint.