Skip to content

feat(connector): [UNIFIED_AUTHENTICATION_SERVICE] add support for external 3ds authentication #7065

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

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Conversation

sai-harsha-vardhan
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

add support for external 3ds authentication

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Tested Manually

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

sahkal and others added 30 commits December 17, 2024 16:21
…2-refactor-refactor-ctp-flow-to-fetch-mca_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…-the-connector-creds-instead-of-connector_name' of https://github.com/juspay/hyperswitch into 7862-refactor-refactor-ctp-flow-to-fetch-mca_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…hanges in pre_auth, post_auth flows for external_authentication
…_id-and-get-the-connector-creds-instead-of-connector_name
@sai-harsha-vardhan sai-harsha-vardhan added A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement labels Jan 19, 2025
@sai-harsha-vardhan sai-harsha-vardhan self-assigned this Jan 19, 2025
@sai-harsha-vardhan sai-harsha-vardhan requested a review from a team as a code owner January 19, 2025 17:22
Copy link

semanticdiff-com bot commented Jan 19, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/routes/payments.rs  89% smaller
  crates/router/src/types.rs  73% smaller
  crates/diesel_models/src/business_profile.rs  66% smaller
  crates/hyperswitch_domain_models/src/business_profile.rs  66% smaller
  crates/hyperswitch_connectors/src/connectors/unified_authentication_service.rs  66% smaller
  crates/router/src/core/payments.rs  61% smaller
  crates/api_models/src/admin.rs  58% smaller
  crates/router/src/core/payments/connector_integration_v2_impls.rs  36% smaller
  crates/hyperswitch_domain_models/src/types.rs  30% smaller
  crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs  18% smaller
  crates/hyperswitch_interfaces/src/types.rs  15% smaller
  crates/hyperswitch_interfaces/src/api.rs  12% smaller
  crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs  10% smaller
  crates/router/src/core/unified_authentication_service.rs  8% smaller
  crates/router/src/core/payments/operations/payment_confirm.rs  6% smaller
  crates/router/src/core/unified_authentication_service/types.rs  5% smaller
  crates/router/src/core/payments/flows.rs  5% smaller
  crates/router/src/core/payments/helpers.rs  3% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  2% smaller
  crates/common_types/src/payments.rs  1% smaller
  crates/common_enums/src/enums.rs  0% smaller
  crates/hyperswitch_domain_models/src/merchant_connector_account.rs  0% smaller
  crates/hyperswitch_domain_models/src/router_flow_types/unified_authentication_service.rs  0% smaller
  crates/router/src/consts.rs  0% smaller
  crates/router/src/core/admin.rs  0% smaller
  crates/router/src/core/payments/operations.rs  0% smaller
  crates/router/src/core/unified_authentication_service/transformers.rs  0% smaller
  crates/router/src/core/unified_authentication_service/utils.rs Unsupported file format
  crates/router/src/types/api/admin.rs  0% smaller

Base automatically changed from external-auth-through-uas-core-flow-changes to main February 3, 2025 20:30
@sai-harsha-vardhan sai-harsha-vardhan requested review from a team as code owners February 3, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants