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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
# Installation and setup
15
15
16
-
This packages is designed for use in expo apps with [development builds](https://docs.expo.dev/develop/development-builds/introduction/).
16
+
This package is designed for use in expo apps with [development builds](https://docs.expo.dev/develop/development-builds/introduction/).
17
17
18
18
```sh
19
19
yarn add @bam.tech/react-native-app-security
@@ -75,6 +75,13 @@ This package implements [public key pinning](https://cheatsheetseries.owasp.org/
75
75
76
76
TODO
77
77
78
+
### Testing
79
+
80
+
To test that SSL pinning is working as expected, you can:
81
+
82
+
- break (change) a certificate and check that the connection fails _(don't forget to `yarn expo prebuild` then `yarn ios` or `yarn android` to rebuild the app)_
83
+
- set up a proxy (we love [Proxyman](https://proxyman.io)) and check that the connection fails
0 commit comments