-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
committed
Aug 8, 2019
1 parent
8a767c4
commit 28d37d8
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
* [Going live](#going-live) | ||
* [Cross platform frameworks](#cross-platform-frameworks) | ||
* [Migrating](#migrating) | ||
* [Security](#security) | ||
* [Getting notified about releases](#getting-notified-about-releases) | ||
* [Licensing](#licensing) | ||
* [More information](#more-information) | ||
|
@@ -391,6 +392,15 @@ Any issue or question about the existing integrations should be raised on the co | |
|
||
You can find the migration guide in [MIGRATION.md](MIGRATION.md) file. | ||
|
||
## Security | ||
|
||
This section is dedicated to every security aspect of the SDK | ||
|
||
### Certificate Pinning | ||
We provide integrators the ability to pin any communications between our SDK and server, through a `.withCertificatePinning()` method in | ||
our `OnfidoConfig.Builder` configuration builder. This method accepts as parameter an `Array<String>` with sha-1/sha-256 hashes of certificates' public keys. | ||
In case you are interested in using this feature, for more information about the hashes, please reach out to us at [[email protected]](mailto:[email protected]). | ||
|
||
## Getting notified about releases | ||
|
||
In case you want to get notified about our releases, feel free to access our [Bintray page](https://bintray.com/onfido/maven/onfido-capture-sdk) and click the `Watch` button. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters