Skip to content
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

feat: add optional displayMethod to CredentialRequest #263

Merged
merged 11 commits into from
Sep 5, 2024

Conversation

volodymyr-basiuk
Copy link
Collaborator

No description provided.

vmidyllic
vmidyllic previously approved these changes Sep 5, 2024
Kolezhniuk
Kolezhniuk previously approved these changes Sep 5, 2024
vmidyllic
vmidyllic previously approved these changes Sep 5, 2024
@@ -265,11 +266,22 @@ export class CredentialWallet implements ICredentialWallet {
if (!schema.$metadata.uris['jsonLdContext']) {
throw new Error('jsonLdContext is missing is the schema');
}
if (!request.context) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

request.context = request.context ?? []

Kolezhniuk
Kolezhniuk previously approved these changes Sep 5, 2024
@vmidyllic vmidyllic merged commit 0053901 into main Sep 5, 2024
2 checks passed
@vmidyllic vmidyllic deleted the feat/display-method-in-create-req branch September 5, 2024 13:44
volodymyr-basiuk added a commit that referenced this pull request Sep 19, 2024
* feat: add optional displayMethod to CredentialRequest
* IDEN3_DISPLAY_METHOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants