-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(IT Wallet): [SIW-722] Add verifyAndParseCredential phase to cre…
…dential issuing (#5310) ## Short description Depends on [this](pagopa/io-react-native-wallet#71) PR. This PR introduces the `verifyAndParseCredential` phase to the credential issuing flow. ## List of changes proposed in this pull request - Replaces the manual verify and parse phase in `ItwIssuanceSaga.ts` with the library `verifyAndParseCredential` function which already returns a Record of claims; - Adjusts `ItwCredentialClaimsList.tsx` to get the claims from the new Record structure. There's no need to use the `credentialConfigurationSchema` anymore. ## How to test Reset the wallet. Test a credential issuing flow, the claims should be displayed just as before. --------- Co-authored-by: Mario Perrotta <mario.perrotta@pagopa.it>
- Loading branch information
1 parent
727e5c9
commit 84e55db
Showing
8 changed files
with
100 additions
and
96 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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