cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

Plaid OAuth Integration Feature

Open andrewrindge opened this issue 1 year ago • 0 comments

I'm a new developer so please let me know if there's a better place or way to direct my question. I believe this issue will start on January 1st when Chase OAuth changes limit webview traffic.

I'm working on a banking mobile app that uses cordova-plugin-ionic-webview to open webpages that access financial information and interfaces with Plaid Link so users can connect their personal bank information. Chase bank is deprecating in-process web view traffic starting on January 1st, 2024 and Plaid's solution to update web view integration to match their sample integration code:

iOS (https://github.com/plaid/plaid-link-examples/blob/master/webviews/wkwebview/wkwebview/LinkViewController.swift)

Android(https://github.com/plaid/plaid-link-examples/blob/master/webviews/android/LinkWebview/app/src/main/java/com/example/linkwebview/MainActivity.kt)

Is anyone else dealing with this upcoming issue? Is Plaid's suggested web view integration something that can be adapted in the plugin?

andrewrindge avatar Dec 22 '23 01:12 andrewrindge