Skip to content

Commit 643d81c

Browse files
author
Matthieu Gicquel
committed
improve README
1 parent 2754984 commit 643d81c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
# Installation and setup
1515

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/).
1717

1818
```sh
1919
yarn add @bam.tech/react-native-app-security
@@ -75,6 +75,13 @@ This package implements [public key pinning](https://cheatsheetseries.owasp.org/
7575

7676
TODO
7777

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
84+
7885
## Certificate transparency
7986

8087
TODO

0 commit comments

Comments
 (0)