-
Notifications
You must be signed in to change notification settings - Fork 19
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
Release/4.3.0 #364
Release/4.3.0 #364
Conversation
* SDK-2265 Retrieve Receipt * Add several tests to SDK-2265 * SDK-2265 Retrieve Receipt Fix Decryption * SDK-2265-examples - updated routes * SDK-2265 anchor updates * SDK-2265 removed profile attributes, updated namings, removed unnecessary comments * SDK-2265 added test FetchShareReceipt and updated ReceiptItemKeyTest, code quality updates * SDK-2265 php 7.4 type hint remove
added failure reasons to idv added failure receipt error details
…and examples (#360) * SDK-2420 Added support for advanced identity profile and examples * SDK-2420 Added test and updated tests for Advanced Identity Profile Share V2
#359) * SDK-2371 added advanced identity profile to sharev1,example and updated tests * SDK-2371 updated test coverage info * SDK-2371 updated example page title
Version control
* Updated Release Version to 4.3.0 * updated receipt advanced identity show profile * Added-example-for-DBS-and-updated-failure-details * updated failure details error handling * updated changes for failure details * Updated IDV Example Defaults * Removed unneccessary used libraries
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.
Update the version to 4.3.0.
* Visit [https://localhost:4002](https://localhost:4002) | ||
* Run the `docker-compose stop` command to stop the containers. | ||
|
||
> To see how to retrieve activity details using the one time use token, refer to the [digitalidentity controller](app/Http/Controllers/IdentityController.php) |
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.
There's no activity details or one time use token in Share v2. Please update it to something like the following:
To see how to retrieve a profile using the share receipt, refer to ....
Also, I think it should point to ReceiptController.php
Added Digital Identity (Share V2)
Added Import token support to IDV
Added Failure receipt error details
Added Failure reason info to IDV Get session results
Fixed Psr Log Library require in dev