juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
12.58k stars 1.35k forks source link

[FEATURE] handle redirections for iframed content served by HyperSwitch #5593

Closed kashif-m closed 2 days ago

kashif-m commented 3 months ago

Feature Description

HyperSwitch's SDK / links is meant to work within top context at the client side. This behaviour changes when we introduce secure links - which are supposed to be iframed within merchant's top context. Any functionality which was consuming top context at the client side needs to be handled accordingly.

Possible Implementation

Major things which needs to be handled

Have you spent some time checking if this feature request has been raised before?

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

kashif-m commented 1 week ago

Opening for https://github.com/juspay/hyperswitch-web/issues/773