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: negotiation and auto accept credentials #336

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ce46e2e
Auto accept credential implemented for 'always'
berendsliedrecht Jun 15, 2021
dbd2713
Always accept now works on agentconfig aswell
berendsliedrecht Jun 23, 2021
bec392b
Attributes not changed works.
berendsliedrecht Jun 23, 2021
8ae9fcd
Issue credential handler now checks for changes
berendsliedrecht Jun 23, 2021
c916870
Added checkValuesMatch as a wrapper to assertValuesMatch
berendsliedrecht Jun 23, 2021
4d71aa5
Added singleAccept and improved testing
berendsliedrecht Jun 29, 2021
2a4149c
Merge branch 'main' into feature/auto-accept-credential
berendsliedrecht Jun 29, 2021
9636336
Removed attribute not changed state
berendsliedrecht Jun 29, 2021
9c8800d
refactored testing
berendsliedrecht Jun 29, 2021
5d88a0f
Refactored credential handlers
berendsliedrecht Jun 29, 2021
c728ea0
Added credentialDefinitionId to contentApproved
berendsliedrecht Jun 29, 2021
a36c41d
Resolved feedback
berendsliedrecht Jul 2, 2021
37777da
Split the AutoResponseHandler into each handler
berendsliedrecht Jul 2, 2021
06ac5a0
Added auto Accept credential to the issueCredential helper
berendsliedrecht Jul 5, 2021
8a0901e
added dependency injection and renamed class
berendsliedrecht Jul 5, 2021
8311a38
renamed to CredentialResponseCoordinator
berendsliedrecht Jul 5, 2021
0960bcb
fix: resolved feedback
berendsliedrecht Jul 7, 2021
d345ddb
fix: changed typing agentConfig
berendsliedrecht Jul 7, 2021
3c741e2
Merge remote-tracking branch 'origin/main' into feature/auto-accept-c…
berendsliedrecht Jul 13, 2021
c988e5b
fix: resolved feedback
berendsliedrecht Jul 14, 2021
d56c60f
Merged and resolved async issues
berendsliedrecht Jul 14, 2021
a33e32a
fixed proof testing
berendsliedrecht Jul 14, 2021
fcff94f
test: increased testTimeout due to heavy e2e tests
berendsliedrecht Jul 14, 2021
41d9880
test: fixed e2e test
berendsliedrecht Jul 14, 2021
19a9ed0
fix: spelling
berendsliedrecht Jul 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
333 changes: 0 additions & 333 deletions src/modules/credentials/handlers/AutoRespondHandler.ts

This file was deleted.

Loading