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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
> **⚠️ Disclaimer**<br/>
11
11
> This package is intended to help implement a few basic security features but does not in itself guarantee that an app is secure.<br/>
12
12
> Refer to [OWASP's resources](https://mas.owasp.org) for more information on mobile app security.<br/>
13
-
> You can also [contact us](#👉-about-bam) if you need help with securing your app.
13
+
> You can also [contact us](https://www.bam.tech/en/contact) if you need help with securing your app.
14
14
15
15
# Installation and setup
16
16
@@ -76,6 +76,8 @@ This package implements [public key pinning](https://cheatsheetseries.owasp.org/
76
76
]
77
77
```
78
78
79
+
Please note that you'll need to provide *2* public key hashes. This is to encourage having proper procedures in place to avoid locking users out, [as described here in the TrustKit docs](https://github.com/datatheorem/TrustKit/blob/master/docs/getting-started.md#always-provide-at-least-one-backup-pin).
0 commit comments