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 #358

Closed
wants to merge 10 commits into from
Closed

Release/4.3.0 #358

wants to merge 10 commits into from

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 10 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
@mehmet-yoti mehmet-yoti deleted the release/4.3.0 branch July 30, 2024 12:12
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.

2 participants