You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently integrated the Plaid Link SDK into my application to facilitate bank account connections. Currently, when users initiate the Plaid Link flow by clicking the PlaidLink button, it opens a modal for connecting their bank accounts. After few steps, it opens a separate window with the URL https://cdn.plaid.com/link/v2/stable/sandbox-oauth-login.html for authentication and authorization.
However, I noticed if the user closes the Plaid modal before completing the authentication process, the OAuth window remains open. But I want to automatically close the OAuth window when the user closes the Plaid modal to provide a smoother and more intuitive user experience.
Is there any solutions to automatically close the OAuth window when the user closes the Plaid modal?
The text was updated successfully, but these errors were encountered:
Hello all,
I've recently integrated the Plaid Link SDK into my application to facilitate bank account connections. Currently, when users initiate the Plaid Link flow by clicking the PlaidLink button, it opens a modal for connecting their bank accounts. After few steps, it opens a separate window with the URL
https://cdn.plaid.com/link/v2/stable/sandbox-oauth-login.html
for authentication and authorization.However, I noticed if the user closes the Plaid modal before completing the authentication process, the OAuth window remains open. But I want to automatically close the OAuth window when the user closes the Plaid modal to provide a smoother and more intuitive user experience.
Is there any solutions to automatically close the OAuth window when the user closes the Plaid modal?
The text was updated successfully, but these errors were encountered: