-
Notifications
You must be signed in to change notification settings - Fork 10
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(revocation): add endpoints to revoke credentials #43
Conversation
tests/externalservices/Wallet.Service.Tests/Services/WalletServiceTests.cs
Fixed
Show fixed
Hide fixed
tests/externalservices/Wallet.Service.Tests/Services/WalletServiceTests.cs
Fixed
Show fixed
Hide fixed
tests/externalservices/Wallet.Service.Tests/Services/WalletServiceTests.cs
Fixed
Show fixed
Hide fixed
tests/externalservices/Wallet.Service.Tests/Services/WalletServiceTests.cs
Fixed
Show fixed
Hide fixed
tests/externalservices/Wallet.Service.Tests/Services/WalletServiceTests.cs
Fixed
Show fixed
Hide fixed
tests/externalservices/Wallet.Service.Tests/Services/WalletServiceTests.cs
Fixed
Show fixed
Hide fixed
9ba9efa
to
c178b39
Compare
c178b39
to
64eceb7
Compare
tests/issuer/SsiCredentialIssuer.Service.Tests/BusinessLogic/IssuerBusinessLogicTests.cs
Fixed
Show fixed
Hide fixed
64eceb7
to
e08caa2
Compare
0bcc20f
to
0b17ade
Compare
75d16c7
to
09f4dc9
Compare
6359c40
to
52f5ce9
Compare
52f5ce9
to
70f8e5e
Compare
src/database/SsiCredentialIssuer.Entities/Entities/ProcessStepStatus.cs
Dismissed
Show dismissed
Hide dismissed
src/database/SsiCredentialIssuer.Entities/Entities/ProcessStepType.cs
Dismissed
Show dismissed
Hide dismissed
src/database/SsiCredentialIssuer.Entities/Entities/ProcessType.cs
Dismissed
Show dismissed
Hide dismissed
@@ -35,6 +35,7 @@ | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Flurl.Http.Signed" Version="3.2.4" /> | |||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
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.
why those references? the project seems not to contain anything related to Flurt or Json (and we should use System.Text.Json, not Newtonsoft anyway)
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.
you're right, removed that
Quality Gate failedFailed conditions |
Description
Why
To give the holder of an issue and an issuer the possibility to revoke a specific credential
Issue
Refs: #14 #15 #16 #24
Checklist