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

Delegated authentication - with newer screens #1726

Merged
merged 65 commits into from
Jul 22, 2024

Conversation

robertdalmeida
Copy link
Contributor

@robertdalmeida robertdalmeida commented Jun 24, 2024

Support for delegated authentication

Summary

Delegated authentication screens

  • create authentication sdk release.
  • Ready to merge

Register

Register.mp4

Approval

Approve.mp4

Delete

Delete.mp4

Registration Error

Register_Error.mp4

Error on approve

Approve_error.mp4

@robertdalmeida robertdalmeida added the changed a pull request that changed some thing label Jun 24, 2024
@robertdalmeida robertdalmeida self-assigned this Jun 24, 2024
github-actions[bot]
github-actions bot previously approved these changes Jun 24, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 1, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 1, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 1, 2024
Adjust the spacing of the views and fonts of the title

Update the copies

Adjust spacing

Remove the green background
@robertdalmeida robertdalmeida force-pushed the delegated-authentication-passkeys branch from 332a294 to cb5622a Compare July 1, 2024 22:23
github-actions[bot]
github-actions bot previously approved these changes Jul 1, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 2, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 3, 2024
@Adyen Adyen deleted a comment from github-actions bot Jul 4, 2024
@Adyen Adyen deleted a comment from github-actions bot Jul 4, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 12, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 13, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 16, 2024
@goergisn goergisn self-requested a review July 22, 2024 12:10
goergisn
goergisn previously approved these changes Jul 22, 2024
erenbesel
erenbesel previously approved these changes Jul 22, 2024
Copy link
Contributor

@erenbesel erenbesel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot Robert! Approved with a tiny suggestion

github-actions[bot]
github-actions bot previously approved these changes Jul 22, 2024
Copy link
Contributor

👀 13 public changes detected

Comparing https://github.com/Adyen/adyen-ios.git @ delegated-authentication-passkeys to https://github.com/Adyen/adyen-ios.git @ develop


AdyenActions

  • ❇️ import LocalAuthentication was added
  • ❇️ public struct DelegatedAuthenticationComponentStyle was added

ActionComponentStyle

  • 😶‍🌫️ public func init(redirectComponentStyle: AdyenActions.RedirectComponentStyle, awaitComponentStyle: AdyenActions.AwaitComponentStyle, voucherComponentStyle: AdyenActions.VoucherComponentStyle, qrCodeComponentStyle: AdyenActions.QRCodeComponentStyle, documentActionComponentStyle: AdyenActions.DocumentComponentStyle) -> AdyenActions.ActionComponentStyle was removed
  • ❇️ public func init(redirectComponentStyle: AdyenActions.RedirectComponentStyle, awaitComponentStyle: AdyenActions.AwaitComponentStyle, voucherComponentStyle: AdyenActions.VoucherComponentStyle, qrCodeComponentStyle: AdyenActions.QRCodeComponentStyle, documentActionComponentStyle: AdyenActions.DocumentComponentStyle, delegatedAuthenticationComponentStyle: AdyenActions.DelegatedAuthenticationComponentStyle) -> AdyenActions.ActionComponentStyle was added
  • ❇️ public var delegatedAuthenticationComponentStyle: AdyenActions.DelegatedAuthenticationComponentStyle { get set } was added

ThreeDS2Component.Configuration.DelegatedAuthentication

  • 😶‍🌫️ public func init(localizedRegistrationReason: Swift.String, localizedAuthenticationReason: Swift.String, appleTeamIdentifier: Swift.String) -> AdyenActions.ThreeDS2Component.Configuration.DelegatedAuthentication was removed
  • ❇️ public func init(relyingPartyIdentifier: Swift.String, delegatedAuthenticationComponentStyle: AdyenActions.DelegatedAuthenticationComponentStyle, localizationParameters: Adyen.LocalizationParameters?) -> AdyenActions.ThreeDS2Component.Configuration.DelegatedAuthentication was added
  • 😶‍🌫️ public let appleTeamIdentifier: Swift.String { get } was removed
  • ❇️ public let delegatedAuthenticationComponentStyle: AdyenActions.DelegatedAuthenticationComponentStyle { get } was added
  • ❇️ public let localizationParameters: Adyen.LocalizationParameters? { get } was added
  • 😶‍🌫️ public let localizedAuthenticationReason: Swift.String { get } was removed
  • 😶‍🌫️ public let localizedRegistrationReason: Swift.String { get } was removed
  • ❇️ public let relyingPartyIdentifier: Swift.String { get } was added

Analyzed modules: Adyen, AdyenActions, AdyenCard, AdyenCashAppPay, AdyenComponents, AdyenDelegatedAuthentication, AdyenDropIn, AdyenEncryption, AdyenSession, AdyenSwiftUI, AdyenTwint, AdyenWeChatPay

Copy link
Contributor

@erenbesel erenbesel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link

sonarcloud bot commented Jul 22, 2024

@goergisn goergisn self-requested a review July 22, 2024 14:35
@robertdalmeida robertdalmeida merged commit b7fdab3 into develop Jul 22, 2024
12 checks passed
@robertdalmeida robertdalmeida deleted the delegated-authentication-passkeys branch July 22, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changed a pull request that changed some thing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants