airgap-vault
airgap-vault copied to clipboard
Support URL Schema Redirect for Companion App
Issue Title Unable to redirect back to Superhero Wallet from AirGap Vault using deeplinking
Description
Currently, we are facing an issue while implementing a connection between Superhero Wallet and AirGap Vault. We have successfully implemented QR code syncing, but we are unable to redirect back to Superhero Wallet from AirGap Vault using deeplinking. Upon investigation, we found that https://github.com/airgap-it/airgap-angular-components/blob/master/packages/core/src/lib/services/deeplink/deeplink.service.ts#L61 is hard coded to use airgap-wallet
.
Expected Result
We expect AirGap Vault to support callBackURL
within the iacMessage
or redirect to CompanionApp.urlSchema
to enable seamless redirection back to Superhero Wallet. This will enable a smoother user experience and make the implementation process more convenient. It would be great if the AirGap team could consider implementing this functionality in a future release.
😢