forked from openwallet-foundation/credo-ts
-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore/remove file #25
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
berendsliedrecht
commented
Feb 12, 2023
- feat(cache): add caching interface (feat(cache): add caching interface openwallet-foundation/credo-ts#1229)
- feat(proofs): sort credentials based on revocation (feat(proofs): sort credentials based on revocation openwallet-foundation/credo-ts#1225)
- chore: deprecate injectionContainer on agent (chore: deprecate injectionContainer on agent openwallet-foundation/credo-ts#1241)
- feat(indy-vdr): add indy-vdr package and indy vdr pool (feat(indy-vdr): add indy-vdr package and indy vdr pool openwallet-foundation/credo-ts#1160)
- feat(anoncreds): add legacy indy credential format (feat(anoncreds): add legacy indy credential format openwallet-foundation/credo-ts#1220)
- feat(indy-vdr): did:sov resolver (feat(indy-vdr): did:sov resolver openwallet-foundation/credo-ts#1247)
- feat(indy-vdr): use @hyperledger packages (feat(indy-vdr): use @hyperledger packages openwallet-foundation/credo-ts#1252)
- ci: forceExit and bail tests (ci: forceExit and bail tests openwallet-foundation/credo-ts#1266)
- feat(anoncreds): add anoncreds API (feat(anoncreds): add anoncreds API openwallet-foundation/credo-ts#1232)
- feat: optional routing for legacy connectionless invitation (feat: optional routing for legacy connectionless invitation openwallet-foundation/credo-ts#1271)
- feat(openid4vc-client): pre-authorized (feat(openid4vc-client): pre-authorized openwallet-foundation/credo-ts#1243)
- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 openwallet-foundation/credo-ts#1258)
- feat: add initial askar package (feat: add initial askar package openwallet-foundation/credo-ts#1211)
- feat(indy-vdr): add IndyVdrAnonCredsRegistry (feat(indy-vdr): add IndyVdrAnonCredsRegistry openwallet-foundation/credo-ts#1270)
- ci: increase maximum heap memory for node (ci: increase maximum heap memory for node openwallet-foundation/credo-ts#1280)
- feat: added endpoint setter to agent InitConfig (feat: added endpoint setter to agent InitConfig openwallet-foundation/credo-ts#1278)
- fix: set updateAt on records when updating a record (fix: set updateAt on records when updating a record openwallet-foundation/credo-ts#1272)
- feat: add anoncreds-rs package (feat: add anoncreds-rs package openwallet-foundation/credo-ts#1275)
- fix(transport)!: added docs moved connection to connectionId (fix(transport)!: added docs moved connection to connectionId openwallet-foundation/credo-ts#1222)
- chore(core): remove useless file
Signed-off-by: Timo Glastra <timo@animo.id>
…tion#1225) Signed-off-by: Timo Glastra <timo@animo.id>
…undation#1160) work funded by the Government of Ontario Signed-off-by: Victor Anene <victor@animo.id>
…tion#1220) Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
…et-foundation#1271) Signed-off-by: Jim Ezesinachi <jim@animo.id>
This PR adds support for the `pre-authorized` OpenID for Verifiable Credentials issuance flow to the new `openid4vc-client` module. Here are some highlights of the work: - Allows the user to execute the entire `pre-authorized` flow by calling a single method. - Adds a happy-flow test - HTTP(S) requests and responses are mocked using a network mocking library called [nock](https://github.com/nock/nock) - Because the JSON-LD credential that is received is expanded by the `W3cCredentialService`, I've added a few new contexts to our test document loader. - Not-so-happy-flow tests will be added later on. If you have any suggestions for edge cases that deserve testing, feel free to drop a comment. - Modifies the `JwsService` - The `JwsService` was geared towards a very specific use case. I've generalized its API so it's usable for a wider range of applications. - All pre-existing tests and calls to the `JwsService` have been updated. It's worth noting that I have had to add some `@ts-ignore` statements here and there to get around some incomplete types in the `OpenID4VCI-Client` library we're using. Once these issues have been resolved in the client library, they will be removed. **Work funded by the government of Ontario** --------- Signed-off-by: Karim Stekelenburg <karim@animo.id> Co-authored-by: Timo Glastra <timo@animo.id>
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
…n#1278) Signed-off-by: Jim Ezesinachi <jim@animo.id>
…ation#1272) Signed-off-by: KolbyRKunz <kolbykunz@yahoo.com>
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
…let-foundation#1222) Signed-off-by: blu3beri <blu3beri@proton.me>
Signed-off-by: blu3beri <blu3beri@proton.me>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.