-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(core): confirm flow and authorization api changes for external authentication #4015
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
109e34a
feat(core): separate authentication related schema changes for existi…
hrithikesh026 f2034c4
Merge branch 'main' into authn-schema-changes-for-other-tables
hrithikesh026 51edecc
chore: update Cargo.lock
hyperswitch-bot[bot] 3b699a6
fix: authentication_connector_details to business_profile from mercha…
hrithikesh026 2ea66d8
Merge branch 'main' into authn-schema-changes-for-other-tables
hrithikesh026 2e61580
chore: address cargo hack failure
hrithikesh026 95f5c0f
Merge branch 'main' into authn-schema-changes-for-other-tables
hrithikesh026 5d6c48c
add other prerequisites for 3ds external authentication
sai-harsha-vardhan fb9eaf1
resolve conflicts
sai-harsha-vardhan b7e73cf
feat(core): add core functions for external authentication
hrithikesh026 1d9d51d
resolve conflicts
sai-harsha-vardhan 915946a
Merge branch 'add-other-prerequisites-for-external-authn' into core-m…
sai-harsha-vardhan 3c8713d
Merge branch 'main' into add-other-prerequisites-for-external-authn
sai-harsha-vardhan da51b0b
Merge branch 'add-other-prerequisites-for-external-authn' into core-m…
sai-harsha-vardhan 4c3ea4c
feat(core): confirm flow and authorization api changes for external a…
hrithikesh026 977a6e0
address cargo hack failure
hrithikesh026 3edf689
address comments
hrithikesh026 3843560
don't allow request_external_three_ds_authentication update in confir…
hrithikesh026 a221d15
Merge branch 'main' into confirm-and-authorization-api-changes
hrithikesh026 cafeb70
Merge branch 'main' into confirm-and-authorization-api-changes
hrithikesh026 56bf618
match unmatched enum
hrithikesh026 6e5fed9
chore: update Cargo.lock
hyperswitch-bot[bot] 80a3641
no fallback if preauth call fails
hrithikesh026 6396aff
return next action object if external authentication
hrithikesh026 b063eb9
restrict PaymentSource enum types for internal use
hrithikesh026 ccd6bb0
move is_separate_authentication_supported function to connector enum …
hrithikesh026 31dee6e
address comments
hrithikesh026 252770a
Merge branch 'main' into confirm-and-authorization-api-changes
hrithikesh026 04923e9
chore: update Cargo.lock
hyperswitch-bot[bot] a4a6583
refactor update_trackers in payment confirm
hrithikesh026 6b64290
fix compilation failure
hrithikesh026 a7659e0
Merge branch 'main' into confirm-and-authorization-api-changes
hrithikesh026 a3ca7b1
address comments
hrithikesh026 69fad2b
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] e4046d3
chore: add threedsecureio base url in deployment files
hrithikesh026 8887a03
use profile_id from business_profile instead of payment_intent
hrithikesh026 3013d8e
Merge branch 'main' into confirm-and-authorization-api-changes
hrithikesh026 6486e00
update production url in deployment config files
hrithikesh026 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
we can maybe add a separate variant for this use case?
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.
This will fixed in the upcoming refactor PR.