-
Notifications
You must be signed in to change notification settings - Fork 49
feat: sign verify rawdata #1280
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
Conversation
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
…ow validations to be overriden for specific DTOs Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
… credential payload Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
|
* feat: add sign and verify api Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: feature ids Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: add validations on sign and also add validations globally to allow validations to be overriden for specific DTOs Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: remove declarative type from enum to make it validatable Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: add verification method from primary did of organization to sign credential payload Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> --------- Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
feat: sign verify rawdata