Skip to content
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

Merged
merged 6 commits into from
Jul 31, 2024
Merged

Release/4.3.0 #364

merged 6 commits into from
Jul 31, 2024

Conversation

mehmet-yoti
Copy link
Contributor

Added Digital Identity (Share V2)

        $policy = (new PolicyBuilder())
                ->withFamilyName()
                ->withGivenNames()
                ->withFullName()
                ->withDateOfBirth()
                ->withGender()
                ->withNationality()
                ->withPhoneNumber()
                ->withSelfie()
                ->withEmail()
                ->withDocumentDetails()
                ->withDocumentImages()
                ->build();

            $redirectUri = 'https://www.yoti.com/redirect/';

            $shareSessionRequest = (new ShareSessionRequestBuilder())
                ->withPolicy($policy)
                ->withRedirectUri($redirectUri)
                ->build();
            $session = $client->createShareSession($shareSessionRequest);

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

LuborRod and others added 6 commits June 21, 2024 17:15
* 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

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)

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

@mehmet-yoti mehmet-yoti merged commit f752956 into master Jul 31, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants