-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: rich consents api client (WIP) * feat: rich consents API client * feat: provide rich consents client in api client * feat: bootstrap rich consents api client * feat: get public key from signing key * feat(app): notificaiton with consent details Implement an example of fetching rich consent record when transaction linking id is present in the notificaiton. * fix(guardian): upgrade java-jwt * refactor(app): fetch consent in main activity Fetch consent details in main activity and pass it as intent extra. If the rich consent record is not found render the standrad notification activity. * doc: fetch consent * fix(guardian): strip guardian subdomain * doc: add methods docs * fix: typos * chore: change min and target sdk versions * chore: add compile sdk version * Add public key to enrollment and move key decoding out of sdk to app code * Improve documentation about key generation * Small doc fix * Small doc fix * Fix version references * removed base url manipulation fixed tests rollback build version Revert "rollback build version" This reverts commit ee67e36. Revert "fixed tests" This reverts commit d06fee5. Revert "removed base url manipulation" This reverts commit ec4d416. removed base url manipulation fixed tests rollback build version changed dependency between Guardian, GuardianAPIClient, RichConsentsAPIClient. Updated tests removed personal data updated README.md fixed shouldCreateValidRichConsentsAPI test fixed verifyBasicJWT, verifyAccessApprovalJWT tests updated documentation, resources, created tests for appendingPathComponentIfNeeded fixed tests * fix: upgrade bouncy castle to 1.78 * chore: upgrade java-jwt version to 4.5 --------- Co-authored-by: Sam Muncke <[email protected]> Co-authored-by: Serhii Kobeza <[email protected]>
- Loading branch information
1 parent
f6ca29c
commit dfc63f5
Showing
37 changed files
with
1,533 additions
and
264 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
Oops, something went wrong.