Autofilling sensitive information for publicly available form

We are in the process of designing an app which, simply put, will allow people to accept payments easily.

The customer won’t need an account and we’ll be linking customer data (name, address, and phone) via emails used through their paym… Continue reading Autofilling sensitive information for publicly available form

Is there a security risk in hosting an app’s HTML/JavaScript payment system on a CDN?

We have a mobile app (React and Expo) in which the user is able to provide payment via Stripe. Our implementation uses a WebView which renders HTML and JavaScript content, which in turn pulls in the Stripe JavaScript client and implements … Continue reading Is there a security risk in hosting an app’s HTML/JavaScript payment system on a CDN?