react-native-app-security
react-native-app-security copied to clipboard
Easily implement usual security measures in React Native Expo apps. Made by BAM ❤️💙💛
Hi, I noticed that the `@bam.tech/react-native-app-security` library requires two certificate hashes for SSL pinning, as shown in the example configuration below: ```json "@bam.tech/react-native-app-security": { "sslPinning": { "yahoo.com": [ "TQEtdMbmwFgYUifM4LDF+xgEtd0z69mPGmkp014d6ZY=", "rFjc3wG7lTZe43zeYTvPq8k4xdDEutCmIhI5dn4oCeE="...
Hi, we'd like to know if some request is failing due to an issue with SSL pinning. As far as I've seen the error callback parameter in react-natives `XMLHttpRequest` does...
` "plugins": [ [ "@bam.tech/react-native-app-security", { "sslPinning": { "xyz.com": [ "fezfzfzfzffz", "fzefzefzfzfz" ] }, "preventRecentScreenshots": { "ios": { "enabled": true }, "android": { "enabled": true } } } ] ],`...
## What is the problem On iOS, each request is cached in plain text within the app’s file system. A malicious user with root access could access this cache and...
Hi there, hope ou're fine and thank you for the lib! It's not a issue in fact it's just a implementation suggestion. Do you have plans to implement mTLS feature?
Hello, thanks for the great package! I have tried using it on Expo 50 and I got: ``` * What went wrong: A problem occurred evaluating project ':bam-tech-react-native-app-security'. > Failed...